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

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