projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
69ec262
)
Change default page size for morecore back to 4kB.
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Mon, 11 May 2015 12:20:56 +0000 (14:20 +0200)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Mon, 11 May 2015 12:20:56 +0000 (14:20 +0200)
Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>
hake/Config.hs.template
patch
|
blob
|
history
diff --git
a/hake/Config.hs.template
b/hake/Config.hs.template
index
e8dc4dc
..
80c3dd5
100644
(file)
--- a/
hake/Config.hs.template
+++ b/
hake/Config.hs.template
@@
-49,7
+49,7
@@
newlib_malloc = "oldmalloc"
-- respectively. x86_32 accepts "small" and "large" for 4kB and 2MB/4MB pages
-- respectively. All other architectures default to their default page size.
morecore_pagesize :: String
-morecore_pagesize = "large"
+morecore_pagesize = "small"
-- Use a frame pointer
use_fp :: Bool