summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-27 09:29:40 +0000
committerobrien <obrien@FreeBSD.org>2000-11-27 09:29:40 +0000
commit50723495e5985258af5a9daed613f19d4ab3dca9 (patch)
tree3982d99613bc559ef52629b11b36fb3bb0f3e97c /release/pc98
parent40cf00e241a21019cecd7558d2deda00977637cc (diff)
downloadFreeBSD-src-50723495e5985258af5a9daed613f19d4ab3dca9.zip
FreeBSD-src-50723495e5985258af5a9daed613f19d4ab3dca9.tar.gz
The Alpha MFSROOT image runth over.
Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00 Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le' based Alphas are diked out now too), POSIX P1003_1B real-time extentions, and last but not least "NOBLOCKRANDOM" since the random device is removed. This lets us fit [barely!]: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted /dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt *** Filesystem is 1440 K, 21 left *** 80000 bytes/inode, 24 left Created /R/stage/floppies/kern.flp
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 657ba9a..5573c3b 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -107,23 +107,30 @@ echo "options NETGRAPH_SOCKET"
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
+ -e '/DEC_3000_300/d' \
+ -e '/DEC_3000_500/d' \
-e '/pass/d' \
-e '/ apm/d' \
-e '/pmtimer/d' \
+ -e '/ sl /d' \
-e '/ppp/d' \
-e '/gif/d' \
-e '/faith/d' \
-e '/gzip/d' \
-e '/random/d' \
+ -e '/NOBLOCKRANDOM/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
+ -e '/P1003_1B/d' \
+ -e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
-e '/SOFTUPDATES/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
-e '/ncr/d' \
+ -e '/ le /d' \
-e '/pcm/d' \
-e '/atapist/d' \
-e '/lpt/d' \
OpenPOWER on IntegriCloud