Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-23 | Better BIOS diskprobe. Cleanup and re-org by mickey. | Tobias Weingartner | |
Fix bug in BIOS memprobe. Cleanup and re-org by mickey. Do checksum of HD devices. | |||
1997-10-22 | newer, better stuff; some parts by toby@ | Michael Shalayeff | |
1997-10-22 | Cleanup. | Tobias Weingartner | |
1997-10-22 | remap 0-->reserved; toby@ | Michael Shalayeff | |
1997-10-21 | fix by toby again | Michael Shalayeff | |
1997-10-20 | change types | Michael Shalayeff | |
1997-10-20 | even better memprobe | Michael Shalayeff | |
1997-10-20 | get ready for the fix in memprobe | Michael Shalayeff | |
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 | safe memprobe; preserve memory contents | Michael Shalayeff | |
1997-10-12 | KNF; types | Michael Shalayeff | |
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff | |
don't put 'em in biosvars | |||
1997-09-02 | whine about conv memory | Michael Shalayeff | |
1997-08-22 | put values into BIOS_vars so kernel will get 'em soon | Michael Shalayeff | |
1997-08-12 | better regs | Michael Shalayeff | |
1997-08-07 | call BIOS from C | Michael Shalayeff | |
1997-08-05 | Less verbose. | Tobias Weingartner | |
1997-08-04 | comment typo | Michael Shalayeff | |
clean syntax | |||
1997-04-17 | New memprobe for weird machines... please test. | Tobias Weingartner | |
1997-04-15 | copyright to toby (; | Michael Shalayeff | |
1997-04-09 | emulate bios calls. more debugging stuff. some fixes. | Michael Shalayeff | |
1997-03-31 | commit all my mods to the last imported libsa stuff.... | Michael Shalayeff | |
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!) | |||
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |