Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-19 | fix 'ma boot' cmd; toby@ | Michael Shalayeff | |
1997-10-18 | correct | Michael Shalayeff | |
1997-10-18 | Copy 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-17 | Cleanup, make it all compile. | Tobias Weingartner | |
Move APM stuff to apmprobe.c | |||
1997-10-17 | Use 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-12 | BOOT_APM bye, bye | Michael Shalayeff | |
1997-10-12 | KNF | Michael Shalayeff | |
1997-10-12 | safe memprobe; preserve memory contents | Michael Shalayeff | |
1997-10-12 | KNF; types | Michael Shalayeff | |
1997-10-09 | Heads... not Tracks | Theo de Raadt | |
1997-10-07 | better fix for floppy boot | Michael Shalayeff | |
1997-10-07 | use sleep(), remove unused function proto | Michael Shalayeff | |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | Michael Shalayeff | |
1997-10-06 | better amp message | Michael Shalayeff | |
1997-10-02 | better 'machine di' table; toddf@ | Michael Shalayeff | |
1997-09-29 | according to the recent apm changes | Michael Shalayeff | |
1997-09-26 | nice diskinfo; terms consistancy by millert@ | Michael Shalayeff | |
1997-09-24 | overflow can bite anyways, increment word | Michael Shalayeff | |
1997-09-24 | we have no bus here | Michael 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-20 | - add 'stty [baudrate]' command to /boot, for serial consoles | flipk | |
- 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-19 | Make newer gcc happy | Niklas Hallqvist | |
1997-09-18 | halt in debug mode only | Michael Shalayeff | |
1997-09-17 | regs command is MD | Michael Shalayeff | |
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff | |
don't put 'em in biosvars | |||
1997-09-17 | unsigneds | Michael Shalayeff | |
1997-09-04 | s/DEBUG/EXEC_DEBUG/ | Michael Shalayeff | |
1997-09-04 | support boot API version number | Michael Shalayeff | |
1997-09-03 | Fix fake geo (again) | Tobias Weingartner | |
1997-09-03 | Fix fake geo | Tobias Weingartner | |
1997-09-03 | 1st part of pretty "machine diskinfo" stuff | Tobias Weingartner | |
1997-09-02 | change biosdinfo() to return fail value. use fake geo, where needed | Michael Shalayeff | |
1997-09-02 | Pretty. | Tobias Weingartner | |
1997-09-02 | Add "machine diskinfo" command. Needs work. | Tobias Weingartner | |
1997-09-02 | machine diskinfo command, toby is filling w/ meat at the moment | Michael Shalayeff | |
1997-09-02 | debug last consistency ci | Michael Shalayeff | |
1997-09-02 | don't use direct regnames | Michael Shalayeff | |
1997-09-02 | provide two separate interfaces for bios errors mappings:\n error->msg, ↵ | Michael Shalayeff | |
error->errno | |||
1997-09-02 | s/apm_init/apm_check/ in apm_check() debug printf | Michael Shalayeff | |
1997-09-02 | s/DEBUG/GIDT_DEBUG/ | Michael Shalayeff | |
1997-09-02 | tabs vs spaces | Michael Shalayeff | |
1997-09-02 | whine about conv memory | Michael Shalayeff | |
1997-08-31 | consistency | Michael Shalayeff | |
1997-08-31 | consistancy | Michael Shalayeff | |
1997-08-29 | we have MBR struct and signature defined elsewhere now | Michael Shalayeff | |
1997-08-27 | don't mess w/ debugging symbols | Michael Shalayeff | |
1997-08-22 | put values into BIOS_vars so kernel will get 'em soon | Michael Shalayeff | |
1997-08-22 | don't echo all the control chars, not only bs&del | Michael Shalayeff | |
1997-08-22 | byte returns | Michael Shalayeff | |
1997-08-21 | \n is handled by cnputc(), don't print \r | Michael Shalayeff | |