Complete: First working Bootloader to kernel enviorment
This commit is contained in:
parent
19d4a05043
commit
f2f3037313
@ -5,6 +5,11 @@ SECTIONS
|
|||||||
/* Set the location counter to 0x100000 (1MB) */
|
/* Set the location counter to 0x100000 (1MB) */
|
||||||
. = 0x100000;
|
. = 0x100000;
|
||||||
|
|
||||||
|
.multiboot :
|
||||||
|
{
|
||||||
|
KEEP(*(.multiboot))
|
||||||
|
}
|
||||||
|
|
||||||
/* Define the .text section at the current location */
|
/* Define the .text section at the current location */
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user