Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-25 | from Martin Fredriksson <martin@gbg.netman.se>: | Michael Shalayeff | |
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize. | |||
1998-09-16 | fix comments | Michael Shalayeff | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-02-25 | 32bit careness | 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-24 | better segments | Michael Shalayeff | |
1997-10-19 | fix 'ma boot' cmd; toby@ | Michael Shalayeff | |
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-02 | s/DEBUG/GIDT_DEBUG/ | 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-02 | move kentry() in boot | Michael Shalayeff | |
1997-08-01 | no <machine/psl.h> | Michael Shalayeff | |
1997-07-31 | optimize emulation handler | Michael Shalayeff | |
1997-07-30 | mickey has pieces he has not committed. | flipk | |
if he puts the tree in an unbuildable state again.. anyway, all these problems came from the fact that etc/genassym.cf wasn't even being used, and assym.h is where key defines were supposed to be coming from. now we actually include etc/genassym.cf in the genassym.sh processing, and remove the #includes i had in place to work around it. now if mickey had committed machine/biosvar.h, etc/Makefile, and these asm files all at the same time, there wouldn't have been a problem.... | |||
1997-07-29 | Test before you Commit!! | flipk | |
1) missing include files in biosboot.S and gidt.S 2) macros in apm_init.S, biosdisk.S, gidt.S wrong case | |||
1997-07-28 | assym.h | Michael Shalayeff | |
1997-07-24 | symbolic segnames | Michael Shalayeff | |
1997-07-18 | save %fs %gs | Michael Shalayeff | |
save some 2-3k | |||
1997-05-29 | better style, move pmm init code completely into gidt.S | 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-09 | emulate bios calls. more debugging stuff. some fixes. | Michael Shalayeff | |
1997-04-07 | Reset stuff. | Tobias Weingartner | |
1997-04-05 | put gdt & idt in the separate file. | Michael Shalayeff | |
print trapno in dump_regs. no more NO_IDTR. |