Complete: First working Bootloader to kernel enviorment

This commit is contained in:
AfonsoCMSousa 2025-11-14 23:05:16 +00:00
parent 19d4a05043
commit f2f3037313
2 changed files with 5 additions and 0 deletions

BIN
SoraOS

Binary file not shown.

View File

@ -5,6 +5,11 @@ SECTIONS
/* Set the location counter to 0x100000 (1MB) */
. = 0x100000;
.multiboot :
{
KEEP(*(.multiboot))
}
/* Define the .text section at the current location */
.text :
{