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
refactor: use a more decent physical memory map
[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..984f902870d7c638f72a147be513b8cc7c8dca2a 100644
(file)
--- a/
lunaix-os/scripts/templates/i386/config.json
+++ b/
lunaix-os/scripts/templates/i386/config.json
@@
-58,6
+58,19
@@
"size": "1@1M",
"stk_align": 16
},
+ {
+ "name": "usr_exec",
+ "start": "4@1M",
+ "size": "512@1M"
+ },
+ {
+ "name": "usr_mmap"
+ },
+ {
+ "name": "usr_stack",
+ "size": "1@4M",
+ "stk_align": 16
+ },
{
"name": "kernel_exec",
"start": "3@1G",