summaryrefslogtreecommitdiff
path: root/sys/man/8
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-09-10 22:35:23 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-09-10 22:35:23 +0200
commitbe7f3fb5e44b3f282a26fa7c6dd50a08677ae069 (patch)
tree4b5a60eccf40827d6a615abdae1178efe7efb944 /sys/man/8
parent9af11534511370520f3fa03224ac5d367a97908d (diff)
rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation
there isnt much of a point in keep maintaining separate kernel configurations for terminal and cpu kernels as the role can be switched with service=cpu boot parameter. to make stuff cosistent, we will just have one "pc" kernel and one "pc64" kernel configuration now.
Diffstat (limited to 'sys/man/8')
-rw-r--r--sys/man/8/booting8
-rw-r--r--sys/man/8/plan9.ini2
-rw-r--r--sys/man/8/prep2
3 files changed, 7 insertions, 5 deletions
diff --git a/sys/man/8/booting b/sys/man/8/booting
index 34a121b12..ea5a181c8 100644
--- a/sys/man/8/booting
+++ b/sys/man/8/booting
@@ -21,7 +21,7 @@ To bootstrap a diskless terminal or a CPU server, a file server must be running.
On a PC, the
.IR 9boot (8)
program is used to load the kernel
-.B /386/9pcf
+.B /386/9pc
into memory.
.PP
Once the kernel is booted, it behaves like the others.
@@ -32,8 +32,10 @@ for details.
The Plan 9 CPU servers are multi-user, so they do not request a user name
when booting.
.SS PC CPU Server
-Proceed as for the PC terminal, but load
-.B /386/9pccpuf .
+Proceed as for the PC terminal, but have
+.B service=cpu
+set in
+.IR plan9.ini (8).
.SS SGI Challenge multiprocessor CPU Server
The Challenge ROM monitor can boot from the Ethernet.
To boot from the Ethernet, type
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini
index deda8a7c0..c0ec52413 100644
--- a/sys/man/8/plan9.ini
+++ b/sys/man/8/plan9.ini
@@ -949,7 +949,7 @@ modemport=1
serial0=type=generic port=0x3E8 irq=5
monitor=445x
vgasize=1600x1200x8
-bootfile=/386/9pcf
+bootfile=/386/9pc
%
.EE
.SH "SEE ALSO"
diff --git a/sys/man/8/prep b/sys/man/8/prep
index 0042451ed..6059c089a 100644
--- a/sys/man/8/prep
+++ b/sys/man/8/prep
@@ -737,7 +737,7 @@ disk/mbr -m /386/mbr /dev/sdC0/data
disk/fdisk -baw /dev/sdC0/data
disk/prep -bw -a^(9fat nvram fscache fsworm other swap) /dev/sdC0/plan9
disk/format -b /386/pbs -d -r 2 /dev/sdC0/9fat \e
- /386/9bootfat /386/9pcf /tmp/plan9.ini
+ /386/9bootfat /386/9pc /tmp/plan9.ini
.EE
.SH FILES
.TP