summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-05 09:14:37 +0000
committerdg <dg@FreeBSD.org>1994-08-05 09:14:37 +0000
commit6b466831f41965b3c04e37a06388e031c03316b6 (patch)
tree242b5d9154977fcfbc3e9f84dd0d6851c367a897 /usr.sbin/config
parent57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591 (diff)
downloadFreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.zip
FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.tar.gz
Converted 'vmunix' to 'kernel'.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/SMM.doc/3.t16
-rw-r--r--usr.sbin/config/SMM.doc/4.t6
-rw-r--r--usr.sbin/config/SMM.doc/5.t12
-rw-r--r--usr.sbin/config/SMM.doc/b.t2
-rw-r--r--usr.sbin/config/SMM.doc/c.t12
-rw-r--r--usr.sbin/config/SMM.doc/spell.ok10
6 files changed, 29 insertions, 29 deletions
diff --git a/usr.sbin/config/SMM.doc/3.t b/usr.sbin/config/SMM.doc/3.t
index cbb904f..e0b6234 100644
--- a/usr.sbin/config/SMM.doc/3.t
+++ b/usr.sbin/config/SMM.doc/3.t
@@ -194,17 +194,17 @@ Building the system
The makefile constructed by
.I config
should allow a new system to be rebuilt by simply typing ``make image-name''.
-For example, if you have named your bootable system image ``vmunix'',
-then ``make vmunix''
-will generate a bootable image named ``vmunix''. Alternate system image names
+For example, if you have named your bootable system image ``kernel'',
+then ``make kernel''
+will generate a bootable image named ``kernel''. Alternate system image names
are used when the root file system location and/or swapping configuration
is done in more than one way. The makefile which
.I config
creates has entry points for each system image defined in
the configuration file.
-Thus, if you have configured ``vmunix'' to be a system with the root file
-system on an ``hp'' device and ``hkvmunix'' to be a system with the root
-file system on an ``hk'' device, then ``make vmunix hkvmunix'' will generate
+Thus, if you have configured ``kernel'' to be a system with the root file
+system on an ``hp'' device and ``hkkernel'' to be a system with the root
+file system on an ``hk'' device, then ``make kernel hkkernel'' will generate
binary images for each.
As the system will generally use the disk from which it is loaded
as the root filesystem, separate system images are only required
@@ -225,8 +225,8 @@ This is advantageous for programs such as
which run much faster when the symbols they need are located at
the front of the symbol table.
Remember also that many programs expect
-the currently executing system to be named ``/vmunix''. If you install
-a new system and name it something other than ``/vmunix'', many programs
+the currently executing system to be named ``/kernel''. If you install
+a new system and name it something other than ``/kernel'', many programs
are likely to give strange results.
.NH 2
Sharing object modules
diff --git a/usr.sbin/config/SMM.doc/4.t b/usr.sbin/config/SMM.doc/4.t
index d267799..7498185 100644
--- a/usr.sbin/config/SMM.doc/4.t
+++ b/usr.sbin/config/SMM.doc/4.t
@@ -150,7 +150,7 @@ with a ``config'' line:
The
.I sysname
field is the name given to the loaded system image; almost everyone
-names their standard system image ``vmunix''. The configuration clauses
+names their standard system image ``kernel''. The configuration clauses
are one or more specifications indicating where the root file system
is located and the number and location of paging devices.
The device used by the system to process argument lists during
@@ -218,7 +218,7 @@ This is done by substituting
where the device name would normally be found. For example,
.IP
.nf
-\fBconfig\fP vmunix \fBroot\fP \fBon\fP \fBmajor\fP 99 \fBminor\fP 1
+\fBconfig\fP kernel \fBroot\fP \fBon\fP \fBmajor\fP 99 \fBminor\fP 1
.fi
.PP
Normally, the areas configured for swap space are sized by the system
@@ -229,7 +229,7 @@ device name specified for a swap area should have a ``size''
specification appended. For example,
.IP
.nf
-\fBconfig\fP vmunix \fBroot\fP \fBon\fP hp0 \fBswap\fP \fBon\fP hp0b \fBsize\fP 1200
+\fBconfig\fP kernel \fBroot\fP \fBon\fP hp0 \fBswap\fP \fBon\fP hp0b \fBsize\fP 1200
.fi
.LP
would force swapping to be done in partition ``b'' of ``hp0'' and
diff --git a/usr.sbin/config/SMM.doc/5.t b/usr.sbin/config/SMM.doc/5.t
index 3a0f449..81f2a52 100644
--- a/usr.sbin/config/SMM.doc/5.t
+++ b/usr.sbin/config/SMM.doc/5.t
@@ -109,9 +109,9 @@ Finally, the third will be a generic system,
to allow us to boot off any of the four disk drives.
.DS
.ta 1.5i 2.5i
-config vmunix root on hp0
-config hpvmunix root on hp0 swap on hp0 and hp2
-config genvmunix swap generic
+config kernel root on hp0
+config hpkernel root on hp0 swap on hp0 and hp2
+config genkernel swap generic
.DE
.PP
Finally, the hardware must be specified. Let us first just try
@@ -206,9 +206,9 @@ the network protocol options do not require corresponding pseudo devices.
The system images and disks are configured next.
.DS
.ta 1.5i 2.5i 4.0i
-config vmunix root on hp swap on hp and rk0 and rk1
-config upvmunix root on up
-config hkvmunix root on hk swap on rk0 and rk1
+config kernel root on hp swap on hp and rk0 and rk1
+config upkernel root on up
+config hkkernel root on hk swap on rk0 and rk1
controller mba0 at nexus ?
controller uba0 at nexus ?
diff --git a/usr.sbin/config/SMM.doc/b.t b/usr.sbin/config/SMM.doc/b.t
index 7281610..901a009 100644
--- a/usr.sbin/config/SMM.doc/b.t
+++ b/usr.sbin/config/SMM.doc/b.t
@@ -110,7 +110,7 @@ the dump. The \fIsavecore\fP\|(8)
program then copies the information from the dump partition to
a file in a ``crash'' directory and also makes a copy of the
system which was running at the time of the crash (usually
-``/vmunix''). The offset to the system dump is defined in the
+``/kernel''). The offset to the system dump is defined in the
system variable \fIdumplo\fP (a sector offset from
the front of the dump partition). The
.I savecore
diff --git a/usr.sbin/config/SMM.doc/c.t b/usr.sbin/config/SMM.doc/c.t
index 0f28fda..67b63ec 100644
--- a/usr.sbin/config/SMM.doc/c.t
+++ b/usr.sbin/config/SMM.doc/c.t
@@ -55,9 +55,9 @@ timezone 8 dst
ident ANSEL
maxusers 40
-config vmunix root on hp0
-config hpvmunix root on hp0 swap on hp0 and hp2
-config genvmunix swap generic
+config kernel root on hp0
+config hpkernel root on hp0 swap on hp0 and hp2
+config genkernel swap generic
controller mba0 at nexus ?
disk hp0 at mba? disk ?
@@ -86,9 +86,9 @@ maxusers 32
options INET
options NS
-config vmunix root on hp swap on hp and rk0 and rk1
-config upvmunix root on up
-config hkvmunix root on hk swap on rk0 and rk1
+config kernel root on hp swap on hp and rk0 and rk1
+config upkernel root on up
+config hkkernel root on hk swap on rk0 and rk1
controller mba0 at nexus ?
controller uba0 at nexus ?
diff --git a/usr.sbin/config/SMM.doc/spell.ok b/usr.sbin/config/SMM.doc/spell.ok
index 4132452..50c4ef2 100644
--- a/usr.sbin/config/SMM.doc/spell.ok
+++ b/usr.sbin/config/SMM.doc/spell.ok
@@ -157,7 +157,7 @@ files.machine
filesystem
foo
foo.c
-genvmunix
+genkernel
gettimeofday
gigabytes
gprof
@@ -165,14 +165,14 @@ hardwired
hd
hk
hk0
-hkvmunix
+hkkernel
howmany
hp0
hp0b
hp1
hp2
hp3
-hpvmunix
+hpkernel
ht0
hz
ident
@@ -288,7 +288,7 @@ upminfo
upprobe
upslave
upstd
-upvmunix
+upkernel
upwatch
upwstart
value,name2
@@ -298,7 +298,7 @@ vaxif
vaxmba
vaxuba
vmparam.h
-vmunix
+kernel
wildcard
wildcarded
wildcarding
OpenPOWER on IntegriCloud