mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Change ramdisk filesystem size from 4352 to 4000 blocks, so that
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio
This commit is contained in:
parent
b5d6632748
commit
7f6d35d8a0
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.17 2007/06/17 00:28:21 deraadt Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.18 2008/03/06 08:23:49 deraadt Exp $
|
||||
|
||||
IMAGESIZE?= 4352
|
||||
IMAGESIZE?= 4000
|
||||
GZIPCMD?= gzip
|
||||
GZIPFLAGS?= -9nv
|
||||
GZIPEXT?= .gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: disktab,v 1.21 2003/03/01 00:46:24 miod Exp $
|
||||
# $OpenBSD: disktab,v 1.22 2008/03/06 08:23:48 deraadt Exp $
|
||||
#
|
||||
# @(#)disktab 5.5 (Berkeley) 2/27/91
|
||||
#
|
||||
@ -25,9 +25,9 @@ miniroot:\
|
||||
:pc#12288:oc#0:
|
||||
|
||||
rdroot:\
|
||||
:ty=ramdisk:se#512:nt#2:rm#300:ns#4:nc#544:\
|
||||
:pa#4352:oa#0:ta=4.2BSD:ba#8192:fa#1024:\
|
||||
:pc#4352:oc#0:
|
||||
:ty=ramdisk:se#512:nt#2:rm#300:ns#4:nc#500:\
|
||||
:pa#4000:oa#0:ta=4.2BSD:ba#8192:fa#1024:\
|
||||
:pc#4000:oc#0:
|
||||
|
||||
floppy|floppy3|3in|3.5in High Density Floppy:\
|
||||
:dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: RAMDISK,v 1.62 2007/05/29 09:54:03 sobrado Exp $
|
||||
# $OpenBSD: RAMDISK,v 1.63 2008/03/06 08:23:49 deraadt Exp $
|
||||
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
|
||||
|
||||
# Machine architecture; required by config(8)
|
||||
@ -9,7 +9,7 @@ maxusers 2
|
||||
|
||||
# the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx)
|
||||
option RAMDISK_HOOKS
|
||||
option MINIROOTSIZE=4352
|
||||
option MINIROOTSIZE=4000
|
||||
|
||||
#option DDB # need this to see what's happening
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user