Merge branch 'master' of github.com:Minep/lunaix-os
[lunaix-os.git] / lunaix-os / link / linker.ld
index a81dad551c1dce19da6e2cea25ce1984b6c00ea0..958082a484da305dcd833797d11d67e8e2243eac 100644 (file)
@@ -61,5 +61,7 @@ SECTIONS {
     }
 
     __kernel_end = ALIGN(4K);
+    __proc_table = ALIGN(4K);
+    . += 4M;
     __kernel_heap_start = ALIGN(4K);    /* 内核结束的地方即堆开始的地方 */
 }
\ No newline at end of file