kernel boots with multiboot2

This commit is contained in:
Alex
2022-10-13 06:43:12 +03:00
parent d5d5478d4d
commit b96b09a8b5
5 changed files with 109 additions and 20 deletions

View File

@ -11,7 +11,7 @@ _start:
str xzr, [x5], #8
sub w6, w6, #1
cbnz w6, 1b
2: bl aarch64Entry
2: bl arm64Entry
Halt:
wfe
b Halt

View File

@ -36,7 +36,7 @@ SECTIONS
/DISCARD/ :
{
*(.eh_frame)
*(.note .note.*)
*(.comment*)
*(.note*)
}
}