git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git]
/
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 a335539f4e5e28650a6c1ded71e6435841888808..911bb0e8a523a3c9917a145a3f2ecaa2d25c94f1 100644
(file)
--- a/
lunaix-os/scripts/templates/i386/config.json
+++ b/
lunaix-os/scripts/templates/i386/config.json
@@
-53,9
+53,22
@@
},
"regions": [
{
},
"regions": [
{
- "name": "kernel_stack",
- "start": "3@1M",
- "size": "1@1M",
+ "name": "kstack_area",
+ "start": "1@1M",
+ "size": "3@1M",
+ "stk_align": 16
+ },
+ {
+ "name": "usr_exec",
+ "start": "4@1M",
+ "size": "512@1M"
+ },
+ {
+ "name": "usr_mmap"
+ },
+ {
+ "name": "usr_stack",
+ "size": "64@page",
"stk_align": 16
},
{
"stk_align": 16
},
{