386bsd -> NetBSD

This commit is contained in:
cgd 1993-12-06 09:32:27 +00:00
parent 54d20849c8
commit 04f80fa1bc
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $Id: fdisk.8,v 1.2 1993/08/02 17:51:02 mycroft Exp $ -*- nroff -*-
.\" $Id: fdisk.8,v 1.3 1993/12/06 09:32:27 cgd Exp $ -*- nroff -*-
.Dd April 4, 1993
.Dt FDISK 8
.\".Os BSD 4
@ -39,7 +39,7 @@ The DOS
program can be used to divide space on the disk into partitions and set one
.Em active.
.Sh DESCRIPTION
The 386bsd program
The NetBSD program
.Nm
serves a similar purpose to the DOS program.
When called with no arguments, it prints the sector 0 partition table.
@ -56,7 +56,7 @@ An example follows:
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 0 is:
sysid 165,(386BSD)
sysid 165,(NetBSD)
start 495, size 380160 (185 Meg), flag 0
beg: cyl 1/ sector 1/ head 0;
end: cyl 768/ sector 33/ head 14
@ -79,7 +79,7 @@ The second partition overlaps the end of the first.
(Used for debugging purposes)
.Bl -tag -width "cyl, sector and head"
.It Em "sysid"
is used to label the partition. 386bsd reserves the
is used to label the partition. NetBSD reserves the
magic number 165 decimal (A5 in hex).
.It Em "start and size"
fields provide the start address
@ -147,7 +147,7 @@ flag just edits the fields as they appear on the disk.
While the
.Fl i
flag is used to "initialize" sector 0;
it will setup the last BIOS partition to use the whole disk for 386bsd;
it will setup the last BIOS partition to use the whole disk for NetBSD;
and make it active.
.Sh NOTES
.Pp
@ -160,7 +160,7 @@ This allows the user to create a bootblock that can work with drives
that use geometry translation under the BIOS.
.Pp
If you hand craft your disk layout,
please make sure that the 386bsd partition starts on a cylinder boundary.
please make sure that the NetBSD partition starts on a cylinder boundary.
A number of decisions made later may assume this.
(This might not be necessary later.)
.Pp

View File

@ -25,7 +25,7 @@
*/
#ifndef lint
static char rcsid[] = "$Id: fdisk.c,v 1.2 1993/08/02 17:51:04 mycroft Exp $";
static char rcsid[] = "$Id: fdisk.c,v 1.3 1993/12/06 09:32:37 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>
@ -159,7 +159,7 @@ struct part_type
,{0x82, "Linux"}
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}
,{0xA5, "386BSD"}
,{0xA5, "NetBSD"}
,{0xB7, "BSDI BSD/386 filesystem"}
,{0xB8, "BSDI BSD/386 swap"}
,{0xDB, "Concurrent CPM or C.DOS or CTOS"}