NetBSD/share/man/man8
lukem 1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
..
man8.acorn26 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.acorn32 regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.algor regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.alpha regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.amd64 regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.amiga regen after wsmouse addition 2003-09-22 18:33:41 +00:00
man8.arc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.atari regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.bebox regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.cats regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.cesfic regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.cobalt regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.dreamcast regen - g/c nonexitent 'cbq' device and empty device groups 2003-10-04 13:33:27 +00:00
man8.evbarm regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.evbmips regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.evbppc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.evbsh3 regen - g/c nonexitent 'cbq' device and empty device groups 2003-10-04 13:33:27 +00:00
man8.evbsh5 add evbsh5 MAKEDEV(8) manpage 2003-10-04 13:38:25 +00:00
man8.hp300 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.hp700 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.hpcarm regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.hpcmips regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.hpcsh regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.i386 Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
man8.luna68k regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.mac68k regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.macppc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.mipsco regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.mmeye regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.mvme68k regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.mvmeppc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.netwinder regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.news68k regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.newsmips regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.next68k regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.ofppc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.pc532 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.playstation2 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.pmax regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.pmppc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.prep regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.sandpoint regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.sbmips regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.sgimips regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.shark regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.sparc regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.sparc64 regen (isdnteld) 2003-09-19 11:14:28 +00:00
man8.sun2 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.sun3 regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.vax regen (+crypto) 2003-08-23 23:16:36 +00:00
man8.x68k regen (isdnteld) 2003-09-19 11:14:28 +00:00
MAKEDEV.8.template .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
MAKEDEV2manpage.awk Drop trailing whitespace. Reviewed by wiz. 2003-05-06 10:46:41 +00:00
MAKEDEV2manpage.sh The correct capitalisation of 'NetBSD.org' is (you 2003-02-14 15:20:17 +00:00
Makefile add evbsh5 MAKEDEV(8) manpage 2003-10-04 13:38:25 +00:00
afterboot.8 netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
compat_darwin.8 Fix typos; new sentence, new line; fix name in license (ok'd by manu); 2003-09-29 10:05:35 +00:00
compat_freebsd.8 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
compat_hpux.8 netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
compat_ibcs2.8
compat_linux.8 Bump date for previous. 2003-09-01 18:51:15 +00:00
compat_netbsd32.8 Another libary (typo fix). 2003-03-31 09:32:43 +00:00
compat_osf1.8 a -> an from jmc@openbsd. 2003-05-01 14:01:39 +00:00
compat_pecoff.8 Drop trailing whitespace. Reviewed by wiz. 2003-05-06 10:46:41 +00:00
compat_sunos.8 Remove -inset from .Bl macro. 2003-06-26 12:06:00 +00:00
compat_svr4.8 Setup -> set up, from jmc@openbsd. 2003-05-14 07:28:01 +00:00
compat_ultrix.8 Uppercase MIPS. Igor Sobrado, PR 19678. 2003-03-30 21:34:17 +00:00
diskless.8 Tweak the DHCP section a little, per Martin Husemann. 2003-05-25 19:53:07 +00:00
genassym.sh.8 Drop a trailing comma in SEE ALSO. 2001-12-26 01:15:35 +00:00
intro.8 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:30:41 +00:00
rc.8 Add some Ns. 2003-06-30 10:44:47 +00:00
rc.subr.8 Drop trailing whitespace. Reviewed by wiz. 2003-05-06 10:46:41 +00:00
sticky.8 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:30:41 +00:00
wizd.8 netbsd.org -> NetBSD.org 2003-04-22 08:14:38 +00:00
yp.8 Sort sections, sort SEE ALSO. 2001-11-25 23:42:36 +00:00