diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-01-04 21:56:05 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-01-04 21:56:05 +0000 |
commit | 53c829c161c9638d6340ff9cdf2b1f5a01657691 (patch) | |
tree | 7e27f8af84c1ea59b616b1e705891045e840196f /share | |
parent | 16079fc29265098e313e9fd3edfab551017d1fbf (diff) |
Fix byte order: 0x55AA -> 0xAA55
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/man8.i386/boot_i386.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/man8.i386/boot_i386.8 b/share/man/man8/man8.i386/boot_i386.8 index 47495864bff..be5b2ad7800 100644 --- a/share/man/man8/man8.i386/boot_i386.8 +++ b/share/man/man8/man8.i386/boot_i386.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_i386.8,v 1.5 2001/10/04 16:56:52 mpech Exp $ +.\" $OpenBSD: boot_i386.8,v 1.6 2002/01/04 21:56:04 kjell Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" @@ -63,7 +63,7 @@ boot the hard disk C (otherwise known as hard disk controller 1, drive 0). .Ss Warm starts The BIOS loads the first block (at physical location: track 0, head 0, sector 1) off the boot device into memory, and if the last two bytes in the -block match the signature 0x55AA, the BIOS considers the block a valid +block match the signature 0xAA55, the BIOS considers the block a valid bootable drive. The BIOS then proceeds to call the machine code program in this block. If the BIOS is current, it will also pass the boot drive |