summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Collapse)Author
1997-10-19fix 'ma boot' cmd; toby@Michael Shalayeff
1997-10-18correctMichael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
Add length field for checksum to same. Start of making /boot deduce bsd dev_t for all BIOS drives.
1997-10-17Cleanup, make it all compile.Tobias Weingartner
Move APM stuff to apmprobe.c
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel.
1997-10-15Honour users request for geo all the time.Tobias Weingartner
1997-10-15fix it againMichael Shalayeff
1997-10-14Fix for my fixTobias Weingartner
1997-10-14Depend problemTobias Weingartner
1997-10-12BOOT_APM bye, byeMichael Shalayeff
1997-10-12KNFMichael Shalayeff
1997-10-12safe memprobe; preserve memory contentsMichael Shalayeff
1997-10-12KNF; typesMichael Shalayeff
1997-10-12One more sanity check. If no blocks to load,Tobias Weingartner
complain bitterly.
1997-10-09Heads... not TracksTheo de Raadt
1997-10-07cleanupMichael Shalayeff
1997-10-07cleanupMichael Shalayeff
1997-10-07better fix for floppy bootMichael Shalayeff
1997-10-07use sleep(), remove unused function protoMichael Shalayeff
1997-10-07explain machine diskinfo betterTheo de Raadt
1997-10-07let's keep it MI; 10x phil for the MD implementationMichael Shalayeff
1997-10-07describe how to update from 2.1Theo de Raadt
1997-10-06better amp messageMichael Shalayeff
1997-10-03if we booted from the floppy, the geometry is for the hard diskTheo de Raadt
bail completely if the geometry information is not available
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-10-02better 'machine di' table; toddf@Michael Shalayeff
1997-09-30EXAMPLESTheo 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
the user.
1997-09-29we won't need thisMichael Shalayeff
1997-09-29bump the version numberMichael Shalayeff
1997-09-29 according to the recent apm changesMichael Shalayeff
1997-09-26nice diskinfo; terms consistancy by millert@Michael Shalayeff
1997-09-24avoid bogus warningsMichael Shalayeff
1997-09-24overflow can bite anyways, increment wordMichael Shalayeff
1997-09-24Document how things (more or less) work.Jason Downs
1997-09-24correct device arg descriptionMichael Shalayeff
1997-09-24we have no bus hereMichael Shalayeff
1997-09-21machdep.biosMichael Shalayeff
1997-09-21/boot engine is in sys/stand/boot/ now (;Michael Shalayeff
use it, reuse it, i can't imagine any brokenness ...
1997-09-21support new bootsMichael Shalayeff
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM)
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages
1997-09-19Make newer gcc happyNiklas Hallqvist
1997-09-18halt in debug mode onlyMichael Shalayeff
1997-09-17depend: dependanciesTobias Weingartner
1997-09-17regs command is MDMichael Shalayeff
1997-09-17pass cnvmem,extmem the old way they were....Michael Shalayeff
don't put 'em in biosvars
1997-09-17unsignedsMichael Shalayeff
1997-09-14print used geometry when verboseMichael Shalayeff
1997-09-07right zlib Xr, 10x toddMichael Shalayeff