2006-05-24 |
Michael Brown | Remove the automatic segment register save and restore... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Removed REAL_EXEC(); there is no longer any code using it. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Added potentially required "\n\t" on the end of asm_cod... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | NBI is due for removal |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Will be replaced with a block-device implementation. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Update to REAL_CODE() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Set carry flag before calling INT 15,e801 and INT 15... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Split out REAL_CODE() from REAL_EXEC(), preparatory... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Remove references to obsoleted REAL_CALL from documenta... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Removed REAL_FRAGMENT and REAL_CALL, and left just... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Replaced memsizes.c with smaller memmap.c, taking advan... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Michael Brown | Code to install the new E820 mangler (which doesn't... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Michael Brown | Add __{text,data}16_array, since there's no way I can... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Michael Brown | Cope with regions bigger than 4GB. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Dan Lynch | - implemented printw (formatted string output, a la... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Michael Brown | Allow vcprintf() to be called by external code such... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Dan Lynch | - fixes to _wputch to get positioning and wrap working... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Michael Brown | Fixed debug code |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Michael Brown | Made the LBA48 example clearer. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Michael Brown | Added (untested) support for ATA devices. This code... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Michael Brown | Refactored to reduce code size; now down from 1304... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Michael Brown | Added missing @file block |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Michael Brown | Use insb/outsb; it's marginally faster. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | READ CAPACITY (16) turns out to be an optional command... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Add EOVERFLOW==ERANGE |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Expert advice tells me that we *do* have to explicitly... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Dan Lynch | - made some of the bit shifting attribute access simple... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Dan Lynch | - made _wputch wrap lines as well as cols (wraps back... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Add the concept of a "user pointer" (similar to the... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Use typeof(sizeof(...)) to define a size_t. This stops... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Documented login parameters that we negotiate. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | iSCSI writes seem to be working (at least, the ethereal... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Brown | All uses iscsi_state were removed some time ago; removi... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Brown | Re-enable -Wformat, since our printf() is now more... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Dan Lynch | all window primitives implemented |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Brown | Updated to new SourceForge CVS locations, and fix a... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Set ErrorRecoveryLevel=0 (we don't want to have to... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Added missing drivers/scsi |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Split debug functions out into core/debug.c, so that... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Strip down i386 PCI configuration space I/O to the... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Restructured PCI subsystem to fit the new device model. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Missed a reference to heap.h. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Tear out old heap code, replace with code that simply... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Fix typo |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Kill off the "all devices are boot devices" idea |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Add list_for_each_entry_safe. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Added generic device model. |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Michael Brown | Change movetoyx(), putc() and getc() to methods of... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Dan Lynch | fixed build error (danjlynch, repeat: this is *not... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Dan Lynch | lightweight xcurses implementation for etherboot (Micha... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Add INT 13,41 (extensions installation check). LILO... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Split "iSCSI as a SCSI device" out from "iSCSI as a... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Fix a couple of minor typos. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Also capture INT 19 as a failure path, to allow for... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Add int13_boot(), to allow booting from INT 13 emulated... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Specify attributes on .text16. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Handle the '"%c", 0' case correctly. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Correctly handle zero-length buffers. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Updated documentation. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Rewrote printf and friends to better support standard... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | At least cope with "%llx" by reading the correct-sized... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Moved to net/tcp/iscsi.c. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Provide access to rm_cs and rm_ds from protected-mode... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Provide a global counter for the number of interrupts... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Allow re-entrancy and provide a global counter of the... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Define BIOS data segment in bios.h |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add flag definitions. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add INT 13 emulation layer (which provides an interface... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add 64-bit byte-swapping operations. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Provide a SCSI device interface to the iSCSI protocol |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Defined SCSI device interface, and added SCSI block... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Defined a block device interface. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add drivers/block and arch/i386/interface/pcbios |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Added tunctl (since it is difficult to find for many... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Michael Brown | Preserve the whole of %esp across prot_call(). We... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Michael Brown | Allow access to variables in .text16 as well as .data16... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Michael Brown | Preserve GDT across prot_call(). |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Michael Brown | This line should not have been checked in |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Michael Brown | Add infrastructure to support access to .data16 (and... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Michael Brown | Added methods for efficiently declaring and accessing... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | BSS is now zeroed by libprefix (along with the otherwis... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Create two easy-to-use entry points in libprefix: insta... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | <name>_size variable is no longer needed, since we... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Towards a(nother) new real-mode infrastructure, in... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Move stack out to separate object, so that having a... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Verified as working |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Michael Brown | This should be much more elegant: we use flat real... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Michael Brown | Checking in because I don't want to lose this rather... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
next |