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,4 +36,10 @@ SECTIONS
}
. += CONSTANT(MAXPAGESIZE);
_kernel_end = ALIGN(CONSTANT(MAXPAGESIZE));
/DISCARD/ :
{
*(.comment*)
*(.note*)
}
}