X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2e21eb2f39dd80aa166216381d5d402be943686e..20097445f742afff2c263431efcb1c8b596076a8:/lunaix-os/link/linker.ld diff --git a/lunaix-os/link/linker.ld b/lunaix-os/link/linker.ld index ce236c0..958082a 100644 --- a/lunaix-os/link/linker.ld +++ b/lunaix-os/link/linker.ld @@ -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