ref: 88a5dc2e4443162e44faf8a192083e32d4dac557
parent: bc1b043c6e16729d19b60a25b4fd88a817994802
author: stanley lieber <stanley.lieber@gmail.com>
date: Tue Sep 12 07:11:06 EDT 2017
pcf -> pc
--- a/fqa3.ms
+++ b/fqa3.ms
@@ -2321,7 +2321,7 @@
Multiboot can be used to start the 9front kernel directly, skipping the bootloader step:
.P1
--qemu -kernel 9pcf -initrd plan9.ini
+-qemu -kernel 9pc -initrd plan9.ini
.P2
.html - <a name="3.3.1.4" />
--- a/fqa4.ms
+++ b/fqa4.ms
@@ -202,7 +202,7 @@
Create a suitable
.CW /n/dos/plan9.ini :
.P1
-bootfile=9pcf
+bootfile=9pc
mouseport=ask
monitor=ask
vgasize=ask
@@ -217,7 +217,7 @@
.P1
cp /386/9bootfat /n/dos
chmod +al /n/dos/9bootfat # defrag magic
-cp /386/9pcf /n/dos
+cp /386/9pc /n/dos
cp /path/to/9front.iso /n/dos
.P2
@@ -256,7 +256,7 @@
.CW pbs,
.CW 9bootfat
and
-.CW 9pcf
+.CW 9pc
binaries. Either copy them from the distributed ISO image (the files are located under
.CW /386/ )
or build up to date binaries on a 9front system. Read:
@@ -273,7 +273,7 @@
.IP
.CW 9front.iso
.br
-.CW 9pcf
+.CW 9pc
.br
.CW plan9.ini
(as described above)
@@ -1010,11 +1010,11 @@
type hard, 12 tracks, 255 heads, 63 sectors/track, 512 bytes/sec
used 4096 bytes
% mount -c /srv/dos /n/9fat /dev/sdC0/9fat
-% rm -f /n/9fat/9bootfat /n/9fat/plan9.ini /n/9fat/9pcf
+% rm -f /n/9fat/9bootfat /n/9fat/plan9.ini /n/9fat/9pc
% cp /n/newfs/386/9bootfat /n/9fat/9bootfat
% chmod +al /n/9fat/9bootfat
% cp /tmp/plan9.ini /n/9fat/plan9.ini
-% cp /n/newfs/386/9pcf /n/9fat/9pcf
+% cp /n/newfs/386/9pc /n/9fat/9pc
If you use the Windows NT/2000/XP master boot record
or a master boot record from a Unix clone (e.g., LILO or
--- a/fqa6.ms
+++ b/fqa6.ms
@@ -1063,7 +1063,7 @@
on the file server to serve as its
.CW plan9.ini :
.P1
-bootfile=/386/9pcf
+bootfile=/386/9pc
bootargs=tls
nobootprompt=tls
auth=192.168.0.2
--- a/fqa7.ms
+++ b/fqa7.ms
@@ -319,9 +319,9 @@
.ihtml h3
Kernel configuration files are stored in the kernel directory and share the name of the kernel to which they apply. For example, the configuration file for the
-.CW pcf
+.CW pc
kernel is
-.CW /sys/src/9/pc/pcf .
+.CW /sys/src/9/pc/pc .
.html - <a name="7.2.4" />
.ihtml h3 <h3>
@@ -347,7 +347,7 @@
For 386:
.P1
cd /sys/src/9/pc
-mk install # kernel is copied to /386/9pcf
+mk install # kernel is copied to /386/9pc
.P2
For amd64:
@@ -378,7 +378,7 @@
For 386:
.P1
-cp /386/9pcf /n/9fat/
+cp /386/9pc /n/9fat/
.P2
For amd64:
@@ -1237,7 +1237,7 @@
.ihtml h3
The 9front ISO boots into a livecd running the
-.CW 9pcf
+.CW 9pc
kernel, resulting in the simplest form of terminal running on the 386 architecture. A terminal may also be network booted (the preferred method) or installed to its own stand-alone file system on a local storage device.
Read: