Remove comment from linker file

This commit is contained in:
Jeremy Soller
2018-01-10 19:27:05 -07:00
parent 1e533b3ad5
commit 98fb50a086

View File

@@ -2,7 +2,6 @@ ENTRY(kstart)
OUTPUT_FORMAT(elf64-x86-64)
KERNEL_OFFSET = 0xffffff0000100000;
/* KERNEL_OFFSET = 0x100000; */
SECTIONS {
. = KERNEL_OFFSET;