This commit is contained in:
2026-06-14 18:53:54 -05:00
parent 53c5d7d40c
commit ac4b510221
6 changed files with 56 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ ENTRY(_start)
SECTIONS
{
. = 2M;
. = 0xC0100000;
__kernel_start = .;
.text BLOCK(4K) : ALIGN(4K)