Map all free memory pages and add to page stack
This commit is contained in:
@@ -6,6 +6,7 @@ KERNEL_START = 0x10000;
|
||||
SECTIONS
|
||||
{
|
||||
. = KERNEL_START + KERNEL_OFFSET;
|
||||
kernel_start = .;
|
||||
.text : AT(ADDR(.text) - KERNEL_OFFSET)
|
||||
{
|
||||
*(.multiboot)
|
||||
@@ -24,4 +25,5 @@ SECTIONS
|
||||
*(.COMMON)
|
||||
*(.bss)
|
||||
}
|
||||
kernel_end = .;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user