Enable sram device, which is used by memswitch(8).
This commit is contained in:
parent
a0cf020afb
commit
ff4b8473ae
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.28 2000/07/27 18:43:35 mason Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.29 2000/09/12 15:00:06 minoura Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -122,7 +122,7 @@ floppy)
|
|||
;;
|
||||
|
||||
ramdisk)
|
||||
sh $0 floppy md0
|
||||
sh $0 floppy md0 sram
|
||||
;;
|
||||
|
||||
std)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.29 2000/09/06 14:29:41 minoura Exp $
|
||||
# $NetBSD: INSTALL,v 1.30 2000/09/12 15:00:06 minoura Exp $
|
||||
|
||||
#
|
||||
# INSTALL -- installation kernel.
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.29 $"
|
||||
#ident "INSTALL-$Revision: 1.30 $"
|
||||
|
||||
maxusers 4
|
||||
|
||||
|
@ -241,7 +241,7 @@ zstty0 at zsc0 channel 0 # built-in RS-232C
|
|||
#zstty5 at zsc2 channel 1
|
||||
#par0 at intio0 addr 0xe8c000 # Builtin printer port
|
||||
|
||||
#pseudo-device sram # battery-backuped static RAM
|
||||
pseudo-device sram # battery-backuped static RAM
|
||||
#pseudo-device bell # OPM bell
|
||||
|
||||
#xcom0 at mainbus0 # NS16550 fast serial
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.4 2000/06/14 22:02:43 veego Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.5 2000/09/12 15:00:06 minoura Exp $
|
||||
|
||||
#
|
||||
# INSTALL_SMALL -- `small' installation kernel.
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#ident "INSTALL_SMALL-$Revision: 1.4 $"
|
||||
#ident "INSTALL_SMALL-$Revision: 1.5 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -242,7 +242,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|||
#zstty5 at zsc2 channel 1
|
||||
#par0 at intio0 addr 0xe8c000 # Builtin printer port
|
||||
|
||||
#pseudo-device sram # battery-backuped static RAM
|
||||
pseudo-device sram # battery-backuped static RAM
|
||||
#pseudo-device bell # OPM bell
|
||||
|
||||
#xcom0 at mainbus0 # NS16550 fast serial
|
||||
|
|
Loading…
Reference in New Issue