feat(loader, kernel): impl part of loader and initialize kernel structure
This commit is contained in:
9
arch/x86_64/boot/header.ld
Normal file
9
arch/x86_64/boot/header.ld
Normal file
@@ -0,0 +1,9 @@
|
||||
OUTPUT_ARCH(x86_64)
|
||||
|
||||
SECTIONS {
|
||||
. = 0;
|
||||
.header : {
|
||||
KEEP(*(.header))
|
||||
}
|
||||
header_size = ALIGN(ABSOLUTE(.), 4096);
|
||||
}
|
||||
Reference in New Issue
Block a user