Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-20 | new exec framework | Michael Shalayeff | |
1998-05-30 | no math needed for cd9660 any more | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
1997-10-22 | newer, better stuff; some parts by toby@ | 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-09-21 | /boot engine is in sys/stand/boot/ now (; | Michael Shalayeff | |
use it, reuse it, i can't imagine any brokenness ... | |||
1997-09-02 | machine diskinfo command, toby is filling w/ meat at the moment | Michael Shalayeff | |
1997-08-27 | don't mess w/ debugging symbols | Michael Shalayeff | |
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff | |
BOOTREL as a linear address, not segment one more heap (; | |||
1997-08-13 | inline apm calls | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
do inline BIOS calls | |||
1997-08-12 | call BIOS inline (add struct EDD_cb into biosvar.h) | Michael Shalayeff | |
1997-08-12 | move that inline | Michael Shalayeff | |
1997-08-07 | no more biosmem.S | Michael Shalayeff | |
1997-08-02 | move kentry() in boot | Michael Shalayeff | |
1997-07-18 | kernel entry proto | Michael Shalayeff | |
1997-07-18 | yet another small step towards MI boot | Michael Shalayeff | |
1997-07-17 | proper variable handling | Michael Shalayeff | |
add apm_init.S | |||
1997-06-23 | remove @obj dependency | kstailey | |
1997-04-30 | solve the bounce buffer problem! | Michael Shalayeff | |
1997-04-28 | Add getsecs(). Use biostime & biosdate routines. | Tobias Weingartner | |
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console. | |||
1997-04-18 | no assembly listing | Michael Shalayeff | |
1997-04-18 | no more 60k limit! | Michael Shalayeff | |
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it! | |||
1997-04-15 | no more assembly setup. all the gung is ok already in srt0.S | Michael Shalayeff | |
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes! | |||
1997-04-05 | new exec stuff | Michael Shalayeff | |
1997-04-05 | put gdt & idt in the separate file. | Michael Shalayeff | |
print trapno in dump_regs. no more NO_IDTR. | |||
1997-04-01 | debugger started. | Michael Shalayeff | |
only one entry for now: chek_regs (use DUMP_REGS macro instead) dumps registers. must be called by lcall or so (to push %cs) | |||
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 | Move closer to boot/. Add some debug stuff | Tobias Weingartner | |
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |