blob: 7328756c30351510f8b160660ba2637925149931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $OpenBSD: RAMDISK,v 1.3 1999/04/20 20:32:19 mickey Exp $
#
# Generic kernel config (all that is supportted)
#
include "arch/hppa/conf/generic.hppa"
maxusers 8
option GSCVERBOSE
option EISAVERBOSE
#option PCIVERBOSE
option RAMDISK_HOOKS
option MINIROOTSIZE=4096
config bsd root on rd0a swap on rd0b
pseudo-device rd 2
sd* at scsibus? target ? lun ?
#cd* at scsibus? target ? lun ?
|