refactor: re-structure the kernel address space for a more integral layout.
[lunaix-os.git] / lunaix-os / link / linker.ld
index 958082a484da305dcd833797d11d67e8e2243eac..2bd3ded63ae48b8b4bcad3fd302ff09ac1328aa5 100644 (file)
@@ -61,7 +61,4 @@ SECTIONS {
     }
 
     __kernel_end = ALIGN(4K);
     }
 
     __kernel_end = ALIGN(4K);
-    __proc_table = ALIGN(4K);
-    . += 4M;
-    __kernel_heap_start = ALIGN(4K);    /* 内核结束的地方即堆开始的地方 */
 }
\ No newline at end of file
 }
\ No newline at end of file