summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot/installboot.c
AgeCommit message (Expand)Author
1997-10-28use RAW_PART, not 0Theo de Raadt
1997-10-26don't freak out on old kernelsMichael Shalayeff
1997-10-25fix install on unit!=0Michael Shalayeff
1997-10-25use geometryMichael Shalayeff
1997-10-24use real boot deviceMichael Shalayeff
1997-10-22newer, better stuff; some parts by toby@Michael Shalayeff
1997-10-15Honour users request for geo all the time.Tobias Weingartner
1997-10-12One more sanity check. If no blocks to load,Tobias Weingartner
1997-10-07better fix for floppy bootMichael Shalayeff
1997-10-03if we booted from the floppy, the geometry is for the hard diskTheo de Raadt
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-09-30fix sysctl() call. This code was never tested was itTheo de Raadt
1997-09-30Don't blithely use geometry from the disk. Get it from sysctl orTodd C. Miller
1997-09-24avoid bogus warningsMichael Shalayeff
1997-09-21machdep.biosMichael Shalayeff
1997-09-14print used geometry when verboseMichael Shalayeff
1997-09-04warn about unknown disklabel types, doc it in BUGSMichael Shalayeff
1997-09-02sync usage() to manMichael Shalayeff
1997-08-30don't muck w/ MBR on !hdMichael Shalayeff
1997-08-29install on raw partitionMichael Shalayeff
1997-08-23don't use bios geometry for floppy and psudo-disksMichael Shalayeff
1997-08-22fetch bios geometry for the boot hdMichael Shalayeff
1997-07-17take partition in an accountMichael Shalayeff
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner