X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/92f6e64a6da763c45ff9f4ab5eafcab3d8766dcb..b60166b327a9108b07e3069fa6568a451529ffd9:/lunaix-os/scripts/templates/i386/config.json 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 }, {