refactor: Move the kernel post init stage into proc0
[lunaix-os.git] / lunaix-os / link / linker.ld
index ce236c0c6ebbb01fc17c565a5e4d04b99579f833..958082a484da305dcd833797d11d67e8e2243eac 100644 (file)
@@ -61,9 +61,7 @@ SECTIONS {
     }
 
     __kernel_end = ALIGN(4K);
-    __pg_mount_point = ALIGN(4K);
-    . += 16K;
     __proc_table = ALIGN(4K);
-    . += 128M;
+    . += 4M;
     __kernel_heap_start = ALIGN(4K);    /* 内核结束的地方即堆开始的地方 */
 }
\ No newline at end of file