artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e438ed8
)
change default data limit so that source build will work without modifications.
author
rahnds
<rahnds@openbsd.org>
Sun, 26 Jan 1997 06:42:20 +0000
(06:42 +0000)
committer
rahnds
<rahnds@openbsd.org>
Sun, 26 Jan 1997 06:42:20 +0000
(06:42 +0000)
sys/arch/powerpc/include/vmparam.h
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/include/vmparam.h
b/sys/arch/powerpc/include/vmparam.h
index
3cf36e0
..
e35f937
100644
(file)
--- a/
sys/arch/powerpc/include/vmparam.h
+++ b/
sys/arch/powerpc/include/vmparam.h
@@
-39,7
+39,7
@@
#endif
#ifndef DFLDSIZ
-#define DFLDSIZ (
16
*1024*1024) /* default data size */
+#define DFLDSIZ (
32
*1024*1024) /* default data size */
#endif
#ifndef MAXDSIZ