Breathe life into etc.shark files by moving them over from etc.arm32
and modifying them appropriately in the process. Remove the obsolete etc.arm32 files
This commit is contained in:
parent
3fcc2a907a
commit
13d4fb6acf
@ -1,97 +0,0 @@
|
||||
# $NetBSD: disktab,v 1.7 2000/08/30 21:29:16 is Exp $
|
||||
#
|
||||
# Disk geometry and partition layout tables.
|
||||
# Key:
|
||||
# dt controller type
|
||||
# ty type of disk (fixed, removeable, simulated)
|
||||
# d[0-4] drive-type-dependent parameters
|
||||
# ns #sectors/track
|
||||
# nt #tracks/cylinder
|
||||
# nc #cylinders/disk
|
||||
# sc #sectors/cylinder, ns*nt default
|
||||
# su #sectors/unit, sc*nc default
|
||||
# se sector size, DEV_BSIZE default
|
||||
# rm rpm, 3600 default
|
||||
# sf supports bad144-style bad sector forwarding
|
||||
# sk sector skew per track, default 0
|
||||
# cs sector skew per cylinder, default 0
|
||||
# hs headswitch time, default 0
|
||||
# ts one-cylinder seek time, default 0
|
||||
# il sector interleave (n:1), 1 default
|
||||
# bs boot block size, default BBSIZE
|
||||
# sb superblock size, default SBSIZE
|
||||
# o[a-h] partition offsets in sectors
|
||||
# p[a-h] partition sizes in sectors
|
||||
# b[a-h] partition block sizes in bytes
|
||||
# f[a-h] partition fragment sizes in bytes
|
||||
# t[a-h] partition types (filesystem, swap, etc)
|
||||
#
|
||||
# All partition sizes reserve space for bad sector tables.
|
||||
# (5 cylinders needed for maintenance + replacement sectors)
|
||||
#
|
||||
|
||||
# a == root
|
||||
# b == swap
|
||||
# c == whole disk
|
||||
# d == scratch
|
||||
# e == /var
|
||||
# f == scratch
|
||||
# h == /usr
|
||||
|
||||
cfs420a|Conner Peripherals 420MB IDE:\
|
||||
:dt=ESDI:ty=winchester:se#512:nt#16:ns#63:nc#826: \
|
||||
:pa#20160:oa#416304:ta=4.2BSD:ba#4096:fa#512: \
|
||||
:pb#17136:ob#436464:tb=swap: \
|
||||
:pc#832608:oc#0: \
|
||||
:pd#416304:od#0:td=adfs:bd#512: \
|
||||
:pe#379008:oe#453600:te=4.2BSD:be#4096:fe#512:
|
||||
|
||||
disk4|Seagate ST3491A:\
|
||||
:dt=ESDI:ty=winchester:se#512:nt#15:ns#62:nc#899: \
|
||||
:pa#46500:oa#46500:ta=4.2BSD:ba#4096:fa#512: \
|
||||
:pb#46500:ob#93000:tb=swap:bb#4096:fb#512: \
|
||||
:pc#836070:oc#0: \
|
||||
:pd#46500:od#0:td=adfs:bd#512: \
|
||||
:pe#46500:oe#139500:te=4.2BSD:be#512: \
|
||||
:pf#650070:of#186000:tf=4.2BSD:bf#4096:ff#512:
|
||||
|
||||
cfs425a|Conner Peripherals 425MB IDE:\
|
||||
:dt=ESDI:ty=winchester:se#512:nt#16:ns#62:nc#839: \
|
||||
:pa#49600:oa#49600:ta=4.2BSD:ba#4096:fa#512: \
|
||||
:pb#49600:ob#99200:tb=swap: \
|
||||
:pc#832288:oc#0: \
|
||||
:pd#49600:od#0:td=adfs:bd#512: \
|
||||
:pe#49600:oe#148800:te=4.2BSD:be#4096:fe#512: \
|
||||
:pf#633888:of#198400:tf=4.2BSD:bf#4096:ff#512:
|
||||
|
||||
cfa850|Conner Peripherals 850MB IDE:\
|
||||
:dt=ESDI:ty=winchester:\
|
||||
:nc#1651:ns#63:nt#16:se#512:\
|
||||
:pa#60480:oa#50400:ta=4.2BSD:\
|
||||
:pb#129024:ob#110880:tb=swap:\
|
||||
:pc#1664208:oc#0:\
|
||||
:pd#50400:od#0:\
|
||||
:pe#1424304:oe#239904:te=4.2BSD:
|
||||
|
||||
floppy|3.5in High Density Floppy:\
|
||||
:ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
|
||||
:pa#2880:oa#0:ba#4096:fa#512:\
|
||||
:pb#2880:ob#0:\
|
||||
:pc#2880:oc#0:
|
||||
|
||||
LMR650E|pd650|PD650|650MB PD Cartridge:\
|
||||
:dt=SCSI::ty=removable:se#512:nt#64:ns#32:nc#634: \
|
||||
:pa#1298432:oa#0:ta=4.2BSD:ba#4096:fa#512:\
|
||||
:pc#1298432:oc#0:
|
||||
|
||||
mdroot|miniroot|arm32 root disc:\
|
||||
:ty=simulated:se#512:nt#2:ns#18:nc#80:\
|
||||
:ta=4.4BSD:pa#2880:oa#0:ba#4096:fa#512:\
|
||||
:pb#0:ob#0:\
|
||||
:pc#2880:oc#0:
|
||||
|
||||
install-ramdisk|Installation ramdisk:\
|
||||
:ty=simulated:se#512:nt#2:ns#19:nc#100:\
|
||||
:ta=4.4BSD:pa#3800:oa#0:ba#4096:fa#512:\
|
||||
:pb#0:ob#0:\
|
||||
:pc#3800:oc#0:
|
2
etc/etc.arm32/MAKEDEV → etc/etc.shark/MAKEDEV
Normal file → Executable file
2
etc/etc.arm32/MAKEDEV → etc/etc.shark/MAKEDEV
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.70 2002/02/02 20:58:45 tls Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.1 2002/02/10 19:30:42 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile.inc,v 1.11 2001/11/29 22:45:55 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.1 2002/02/10 19:30:42 pooka Exp $
|
||||
#
|
||||
# etc.arm32/Makefile.inc -- arm32-specific etc Makefile targets
|
||||
# etc.shark/Makefile.inc -- shark-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= SHARK
|
||||
KERNEL_SETS= GENERIC
|
||||
|
||||
BUILD_KERNELS= SHARKINST
|
||||
BUILD_KERNELS= INSTALL
|
||||
|
||||
INSTALLATION_DIRS+= installation/kernel \
|
||||
installation/misc
|
||||
@ -16,7 +16,7 @@ snap_md_post:
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
||||
.endif
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||
cd ${.CURDIR}/../distrib/arm32 && ${MAKE} release
|
||||
cd ${.CURDIR}/../distrib/shark && ${MAKE} release
|
||||
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
||||
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
|
||||
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'
|
43
etc/etc.shark/disktab
Normal file
43
etc/etc.shark/disktab
Normal file
@ -0,0 +1,43 @@
|
||||
# $NetBSD: disktab,v 1.1 2002/02/10 19:30:42 pooka Exp $
|
||||
#
|
||||
# Disk geometry and partition layout tables.
|
||||
# Key:
|
||||
# dt controller type
|
||||
# ty type of disk (fixed, removeable, simulated)
|
||||
# d[0-4] drive-type-dependent parameters
|
||||
# ns #sectors/track
|
||||
# nt #tracks/cylinder
|
||||
# nc #cylinders/disk
|
||||
# sc #sectors/cylinder, ns*nt default
|
||||
# su #sectors/unit, sc*nc default
|
||||
# se sector size, DEV_BSIZE default
|
||||
# rm rpm, 3600 default
|
||||
# sf supports bad144-style bad sector forwarding
|
||||
# sk sector skew per track, default 0
|
||||
# cs sector skew per cylinder, default 0
|
||||
# hs headswitch time, default 0
|
||||
# ts one-cylinder seek time, default 0
|
||||
# il sector interleave (n:1), 1 default
|
||||
# bs boot block size, default BBSIZE
|
||||
# sb superblock size, default SBSIZE
|
||||
# o[a-h] partition offsets in sectors
|
||||
# p[a-h] partition sizes in sectors
|
||||
# b[a-h] partition block sizes in bytes
|
||||
# f[a-h] partition fragment sizes in bytes
|
||||
# t[a-h] partition types (filesystem, swap, etc)
|
||||
#
|
||||
# All partition sizes reserve space for bad sector tables.
|
||||
# (5 cylinders needed for maintenance + replacement sectors)
|
||||
#
|
||||
|
||||
mdroot|miniroot|shark root disc:\
|
||||
:ty=simulated:se#512:nt#2:ns#18:nc#80:\
|
||||
:ta=4.4BSD:pa#2880:oa#0:ba#4096:fa#512:\
|
||||
:pb#0:ob#0:\
|
||||
:pc#2880:oc#0:
|
||||
|
||||
install-ramdisk|Installation ramdisk:\
|
||||
:ty=simulated:se#512:nt#2:ns#19:nc#100:\
|
||||
:ta=4.4BSD:pa#3800:oa#0:ba#4096:fa#512:\
|
||||
:pb#0:ob#0:\
|
||||
:pc#3800:oc#0:
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: fstab.wd,v 1.2 1997/07/28 17:38:45 mark Exp $
|
||||
# $NetBSD: fstab.wd,v 1.1 2002/02/10 19:30:42 pooka Exp $
|
||||
#
|
||||
# Sample fstab for IDE disk based system
|
||||
# see fstab(5) for details on what the fields mean
|
||||
@ -11,4 +11,4 @@
|
||||
/dev/wd0b none swap sw 0 0
|
||||
/dev/wd0e /usr ffs rw 1 2
|
||||
kernfs /kern kernfs rw 0 0
|
||||
procfs /proc procfs rw 0 0
|
||||
#procfs /proc procfs rw 0 0
|
@ -1,16 +1,14 @@
|
||||
#
|
||||
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
||||
# $NetBSD: ttys,v 1.9 2001/05/10 01:01:42 lukem Exp $
|
||||
# $NetBSD: ttys,v 1.1 2002/02/10 19:30:42 pooka Exp $
|
||||
#
|
||||
# name getty type status comments
|
||||
#
|
||||
# Note: For shark console replace vt100 with pc3
|
||||
#
|
||||
console "/usr/libexec/getty Pc" vt100 off secure
|
||||
ttyE0 "/usr/libexec/getty Pc" vt220 on secure
|
||||
ttyE1 "/usr/libexec/getty Pc" vt220 on secure
|
||||
ttyE2 "/usr/libexec/getty Pc" vt220 on secure
|
||||
ttyE3 "/usr/libexec/getty Pc" vt220 on secure
|
||||
console "/usr/libexec/getty Pc" pc3 on secure
|
||||
ttyE0 "/usr/libexec/getty Pc" vt220 off secure
|
||||
ttyE1 "/usr/libexec/getty Pc" vt220 off secure
|
||||
ttyE2 "/usr/libexec/getty Pc" vt220 off secure
|
||||
ttyE3 "/usr/libexec/getty Pc" vt220 off secure
|
||||
tty00 "/usr/libexec/getty std.9600" unknown off secure
|
||||
tty01 "/usr/libexec/getty std.9600" unknown off secure
|
||||
tty02 "/usr/libexec/getty std.9600" unknown off secure
|
Loading…
Reference in New Issue
Block a user