init
This commit is contained in:
12
link-cfg/linker.ld
Normal file
12
link-cfg/linker.ld
Normal file
@@ -0,0 +1,12 @@
|
||||
ENTRY(start)
|
||||
SECTIONS {
|
||||
. = 1M;
|
||||
.boot :
|
||||
{
|
||||
KEEP(*(.multiboot_header))
|
||||
}
|
||||
.text :
|
||||
{
|
||||
*(.text)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user