diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-25 08:20:33 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-25 08:20:33 +0000 |
commit | 62ebd4b1ef81b33051000f66b24b3b8d4bf0a72b (patch) | |
tree | 699cc6058917cef9f1f31ee0ed4db5b9dddc155b /sys/arch/sparc | |
parent | 0ddaf17b002693984701f6725c8b6a1d23b76bce (diff) |
make a ramdisk optimally sized to fit below 0x340000 and still have a few free blocks, .../sparc/stand/boot/Makefile still needs to be un-reverted to make the corresponding bootblocks though
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 07b445c9ff6..278b56377ec 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -4,8 +4,9 @@ machine sparc maxusers 32 +# the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx) option RAMDISK_HOOKS -option MINIROOTSIZE=4096 +option MINIROOTSIZE=4480 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC |