Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/stand/bootxx
Module Name: src
Committed By: lukem
Date: Mon Oct 13 06:08:28 UTC 2003
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
The reserved space for the BIOS Parameter Block (BPB) only needs to be for
FAT16 (11+51) except when booting from FAT{12,16,32}, which needs FAT32 (11+79).
We still reserve the BPB for non-bootxx_msdos PBR bootblocks because
they may be installed as a floppy boot record (and those need a BPB).
Remove some redundant wording in an error messsage, saving 6 bytes.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/i386/stand/bootxx/pbr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index