summaryrefslogtreecommitdiff
path: root/sys/i386/boot/biosboot/disk.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvscvs2svn1998-07-241-1/+1
* Bring in 3.0 changes (dual booting et al).Paul Traina1997-07-011-6/+7
* YAMFC (give up early for empty partitions).Bruce Evans1996-12-151-3/+7
* Print the dos device number for read failures.Bruce Evans1996-10-081-2/+3
* Removed unused arg to badsect(). It wasted 16 bytes.Bruce Evans1996-10-081-5/+6
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.Bruce Evans1996-09-141-9/+12
* Add #ifdef for RAWBOOT.Poul-Henning Kamp1996-09-111-20/+9
* Rather than adding more gunk here, clean some of it up:Poul-Henning Kamp1996-09-101-19/+19
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisBruce Evans1996-07-121-2/+2
* Fix recent breakage of non-floppies with 36 sectors/track.Bruce Evans1995-09-161-3/+9
* When confronted with a drive that says there are 36 sectors/track,Nate Williams1995-09-161-2/+5
* 1) Enable boot from root partition which end > cyl 1023, it isn't criminalAndrey A. Chernov1995-06-231-6/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Now I could finally test this change: bad144 is now relative to thePoul-Henning Kamp1995-05-211-4/+4
* Use spc, not spt, DUH! Thanks Bruce!Poul-Henning Kamp1995-05-111-2/+2
* Make disk.c smart enough to handle disk with "OnTrack Disk manager".Poul-Henning Kamp1995-05-081-7/+17
* Boot block cleanup.Joerg Wunsch1995-04-141-63/+64
* Adjust for rearranged slice numbers.Bruce Evans1995-02-161-2/+4
* Load the kernel symbol table in the boot loader and not at compile time.Bruce Evans1995-01-251-3/+1
* Pass the slice number of the boot device to the kernel in the previouslyBruce Evans1994-12-181-2/+3
* From Bruce:Andrey A. Chernov1994-05-161-9/+36
* Bump boot block revision to 1.9 by a dummy edit on disk.c and:Rodney W. Grimes1994-02-221-2/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-30/+2
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel toCharlie Root1993-07-131-4/+46
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+238