Date: Wed, 12 Jul 2000 11:05:20 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk change.c chunk.c disk.c libdisk.h rules.c write_disk.c Message-ID: <200007121805.LAA80679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/07/12 11:05:20 PDT
Modified files:
lib/libdisk change.c chunk.c disk.c libdisk.h rules.c
write_disk.c
Log:
- Allow support for MBR boot loaders that are longer than one sector. As
with fdisk, ensure that they are a multiple of the sector size in length.
- Axe all the 1024 cylinder checks as they are no longer relevant with the
fixed bootstrap.
Revision Changes Path
1.16 +1 -4 src/lib/libdisk/change.c
1.23 +1 -20 src/lib/libdisk/chunk.c
1.60 +11 -10 src/lib/libdisk/disk.c
1.34 +3 -7 src/lib/libdisk/libdisk.h
1.18 +2 -26 src/lib/libdisk/rules.c
1.33 +4 -1 src/lib/libdisk/write_disk.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007121805.LAA80679>
