summaryrefslogtreecommitdiff
path: root/src/link.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/link.ld')
-rw-r--r--src/link.ld8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/link.ld b/src/link.ld
index a325c1a..3bd7273 100644
--- a/src/link.ld
+++ b/src/link.ld
@@ -11,12 +11,12 @@ acpi.o
kernel.o
)
-/*while we do need to worry about the stack converging on our kernel,
-this is only temporary, and it will be more noticable then if it were to hit bios (we want to find bugs, not ignore them!)*/
-_kernel_stack_loc = 0x200000 - 16;
+_kernel_stack_loc = 0x200000 - 8;
_kernel_loc = 0x100000;
_meminfo_loc = 0x7000;
-_vbe_infoblock = 0x500; /* this does not account for segmentation to get over 0xffff*/
+_vbe_infoblock = 0x500;
+_stage2_pagetable = 0x200000;
+_stage1_pagetable = 0x4000;
SECTIONS
{