2007-01-07 |
Michael Brown | Remove accidentally checked-in code |
tree | commitdiff |
2007-01-07 |
Michael Brown | Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and |
tree | commitdiff |
2007-01-07 |
Michael Brown | Remember to enable/disable the interrupt at the PIC. |
tree | commitdiff |
2007-01-05 |
Michael Brown | Remove redundant debug message |
tree | commitdiff |
2007-01-05 |
Michael Brown | UNDI loader routine now works |
tree | commitdiff |
2007-01-05 |
Michael Brown | Added PnP BIOS scanning code, separated out from the... |
tree | commitdiff |
2007-01-05 |
Marty Connor | Fixed typo |
tree | commitdiff |
2007-01-05 |
Michael Brown | Partial implementation of UNDI loader caller. |
tree | commitdiff |
2007-01-05 |
Michael Brown | Add PXE driver-scanning code, capable of locating all... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Renamed undi_net.c to undi.c. |
tree | commitdiff |
2007-01-04 |
Michael Brown | Obsolete; net driver functionality is now in undi_net... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Added PXE bus driver (with support only for using PXE... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Obsolete |
tree | commitdiff |
2007-01-04 |
Michael Brown | This file is no longer used |
tree | commitdiff |
2007-01-04 |
Michael Brown | Ripped out everything except the ability to send EOI... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Add as a separate file so that we can do "make bin... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Don't automatically call gateA20_set() when returning... |
tree | commitdiff |
2006-12-21 |
Michael Brown | Engage brain: since when was zero >= 0x80 ? |
tree | commitdiff |
2006-12-21 |
Michael Brown | Some BIOSes return 0xe0 for extended characters. Just... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Return ANSI sequences for special keys |
tree | commitdiff |
2006-12-20 |
Michael Brown | Prevent NULL from ever pointing to some real code or... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Optimise bios_putchar for speed(!) by avoiding two... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Add basic ANSI escape sequence support to BIOS console |
tree | commitdiff |
2006-12-12 |
Michael Brown | Fix building on gas versions that don't auto-insert... |
tree | commitdiff |
2006-12-05 |
Michael Brown | Avoid draining the keyboard buffer during gateA20_set... |
tree | commitdiff |
2006-09-27 |
Michael Brown | We don't actually have a stdio.h header file. Our... |
tree | commitdiff |
2006-09-27 |
Marty Connor | added stdio.h to includes for DBG compilation |
tree | commitdiff |
2006-09-19 |
Marty Connor | fix args to _disable routine |
tree | commitdiff |
2006-09-14 |
Marty Connor | get rid of compile warnings (except intentionally gener... |
tree | commitdiff |
2006-09-14 |
Marty Connor | fix DBG macro unknown variable |
tree | commitdiff |
2006-09-08 |
Michael Brown | Added geometry-guessing code based on the partition... |
tree | commitdiff |
2006-08-31 |
Michael Brown | Check to see if we've reached the end of the map before... |
tree | commitdiff |
2006-08-27 |
Michael Brown | Added support for INT 13,15; NTLDR calls it (though... |
tree | commitdiff |
2006-08-26 |
Michael Brown | Added support for INT 13,15; NTLDR calls it (though... |
tree | commitdiff |
2006-08-24 |
Michael Brown | Use TEXT16_CODE() rather than manually specifying ... |
tree | commitdiff |
2006-08-24 |
Michael Brown | Towards making KEEP_IT_REAL work again. |
tree | commitdiff |
2006-08-09 |
Michael Brown | Both the !PXE and PXENV+ structures must be paragraph... |
tree | commitdiff |
2006-08-09 |
Michael Brown | Note to self: learn to count. |
tree | commitdiff |
2006-08-09 |
Michael Brown | Added missing __from_text16()s when passing pointers... |
tree | commitdiff |
2006-08-09 |
Michael Brown | pxe_int_1a is needed by pxe_call.c |
tree | commitdiff |
2006-08-08 |
Michael Brown | Added (not yet tested) PXE API entry point and support... |
tree | commitdiff |
2006-08-02 |
Michael Brown | Updated PXE UDP implementation to use the new Etherboot... |
tree | commitdiff |
2006-06-12 |
Michael Brown | Add "addr32" required explicitly by older gas. |
tree | commitdiff |
2006-06-11 |
Michael Brown | Added null trap code for debugging. (Must be included... |
tree | commitdiff |
2006-06-09 |
Michael Brown | Windows Server 2003 sulks if we feed it an empty region... |
tree | commitdiff |
2006-06-09 |
Michael Brown | Added missing check-in |
tree | commitdiff |
2006-06-08 |
Michael Brown | Fix bug with >256 cylinders. |
tree | commitdiff |
2006-06-08 |
Michael Brown | It's astonishing how long really fundamental bugs can... |
tree | commitdiff |
2006-06-08 |
Michael Brown | Fix some remarkably obvious mistakes in pcidirect.h |
tree | commitdiff |
2006-06-06 |
Michael Brown | We now have just romprefix, rather than having isaprefi... |
tree | commitdiff |
2006-06-06 |
Michael Brown | Cut out almost all the optional code paths, drastically... |
tree | commitdiff |
2006-06-06 |
Michael Brown | Code segment may not be writable; create the temporary... |
tree | commitdiff |
2006-06-06 |
Michael Brown | Calculate _rom_size for the ROM prefix |
tree | commitdiff |
2006-05-28 |
Michael Brown | Tidy up comment |
tree | commitdiff |
2006-05-28 |
Michael Brown | Fixed assembly on old versions of gas |
tree | commitdiff |
2006-05-25 |
Michael Brown | Updated to work with libprefix. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Documented the fact that the prefix can prot_call(main... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Also hide base memory region from E820 map. |
tree | commitdiff |
2006-05-25 |
Michael Brown | init_librm() and prot_call() are now real-mode far... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Has been obsolete for a while. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Update relocate() to work with get_memmap(). |
tree | commitdiff |
2006-05-25 |
Michael Brown | Fix printf format warning error |
tree | commitdiff |
2006-05-25 |
Michael Brown | Why should pushal/popal put the registers on the stack... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Typo. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Add a "count" field to struct memory_map. |
tree | commitdiff |
2006-05-24 |
Michael Brown | Define a struct memory_map with a fixed number of entri... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Remove the automatic segment register save and restore... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Removed REAL_EXEC(); there is no longer any code using it. |
tree | commitdiff |
2006-05-24 |
Michael Brown | Added potentially required "\n\t" on the end of asm_cod... |
tree | commitdiff |
2006-05-24 |
Michael Brown | NBI is due for removal |
tree | commitdiff |
2006-05-24 |
Michael Brown | Will be replaced with a block-device implementation. |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
tree | commitdiff |
2006-05-24 |
Michael Brown | Update to REAL_CODE() |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
tree | commitdiff |
2006-05-24 |
Michael Brown | Set carry flag before calling INT 15,e801 and INT 15... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Split out REAL_CODE() from REAL_EXEC(), preparatory... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Remove references to obsoleted REAL_CALL from documenta... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Removed REAL_FRAGMENT and REAL_CALL, and left just... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Replaced memsizes.c with smaller memmap.c, taking advan... |
tree | commitdiff |
2006-05-23 |
Michael Brown | Code to install the new E820 mangler (which doesn't... |
tree | commitdiff |
2006-05-23 |
Michael Brown | Add __{text,data}16_array, since there's no way I can... |
tree | commitdiff |
2006-05-23 |
Michael Brown | Cope with regions bigger than 4GB. |
tree | commitdiff |
2006-05-20 |
Michael Brown | Refactored to reduce code size; now down from 1304... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Add the concept of a "user pointer" (similar to the... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Use typeof(sizeof(...)) to define a size_t. This stops... |
tree | commitdiff |
2006-05-17 |
Michael Brown | Strip down i386 PCI configuration space I/O to the... |
tree | commitdiff |
2006-05-16 |
Michael Brown | Restructured PCI subsystem to fit the new device model. |
tree | commitdiff |
2006-05-16 |
Michael Brown | Missed a reference to heap.h. |
tree | commitdiff |
2006-05-14 |
Michael Brown | Add INT 13,41 (extensions installation check). LILO... |
tree | commitdiff |
2006-05-14 |
Michael Brown | Fix a couple of minor typos. |
tree | commitdiff |
2006-05-14 |
Michael Brown | Also capture INT 19 as a failure path, to allow for... |
tree | commitdiff |
2006-05-14 |
Michael Brown | Add int13_boot(), to allow booting from INT 13 emulated... |
tree | commitdiff |
2006-05-14 |
Michael Brown | Specify attributes on .text16. |
tree | commitdiff |
2006-05-14 |
Michael Brown | Rewrote printf and friends to better support standard... |
tree | commitdiff |
2006-05-13 |
Michael Brown | Provide access to rm_cs and rm_ds from protected-mode... |
tree | commitdiff |
2006-05-13 |
Michael Brown | Provide a global counter for the number of interrupts... |
tree | commitdiff |
2006-05-13 |
Michael Brown | Allow re-entrancy and provide a global counter of the... |
tree | commitdiff |
next |