X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/7c7b5f05d39b7739d990f71256a2267ec67a6913..b60166b327a9108b07e3069fa6568a451529ffd9:/lunaix-os/scripts/templates/i386/config.json?ds=sidebyside diff --git a/lunaix-os/scripts/templates/i386/config.json b/lunaix-os/scripts/templates/i386/config.json index 984f902..911bb0e 100644 --- a/lunaix-os/scripts/templates/i386/config.json +++ b/lunaix-os/scripts/templates/i386/config.json @@ -53,9 +53,9 @@ }, "regions": [ { - "name": "kernel_stack", - "start": "3@1M", - "size": "1@1M", + "name": "kstack_area", + "start": "1@1M", + "size": "3@1M", "stk_align": 16 }, { @@ -68,7 +68,7 @@ }, { "name": "usr_stack", - "size": "1@4M", + "size": "64@page", "stk_align": 16 }, {