Fix: compatibility, kernel stack, + docs

This commit is contained in:
xamidev
2024-09-14 20:08:30 +02:00
parent becfc2bc3b
commit d89a1c4071
5 changed files with 22 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ ENTRY(loader)
SECTIONS {
/* Address to load at; 2MB */
/*. = 2M;*/
. = 2M;
.multiboot_header ALIGN(4K) : {
*(.multiboot_header)