| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove references to obsoleted REAL_CALL from documentation. | Michael Brown | 2006-05-24 | 2 | -10/+2 |
| * | Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is | Michael Brown | 2006-05-24 | 2 | -100/+94 |
| * | Replaced memsizes.c with smaller memmap.c, taking advantage of __data16, | Michael Brown | 2006-05-24 | 4 | -235/+239 |
| * | Code to install the new E820 mangler (which doesn't require copying | Michael Brown | 2006-05-24 | 1 | -80/+78 |
| * | Add __{text,data}16_array, since there's no way I can see to make the | Michael Brown | 2006-05-24 | 2 | -4/+14 |
| * | Cope with regions bigger than 4GB. | Michael Brown | 2006-05-24 | 1 | -243/+370 |
| * | - implemented printw (formatted string output, a la printf) | Dan Lynch | 2006-05-22 | 2 | -77/+217 |
| * | Allow vcprintf() to be called by external code such as the curses library. | Michael Brown | 2006-05-22 | 2 | -38/+67 |
| * | - fixes to _wputch to get positioning and wrap working properly | Dan Lynch | 2006-05-22 | 2 | -25/+74 |
| * | Fixed debug code | Michael Brown | 2006-05-21 | 1 | -3/+3 |
| * | Made the LBA48 example clearer. | Michael Brown | 2006-05-21 | 1 | -4/+4 |
| * | Added (untested) support for ATA devices. This code should be generic | Michael Brown | 2006-05-21 | 2 | -0/+362 |
| * | Refactored to reduce code size; now down from 1304 to 1105 bytes. | Michael Brown | 2006-05-20 | 1 | -120/+98 |
| * | Added missing @file block | Michael Brown | 2006-05-20 | 1 | -0/+6 |
| * | Use insb/outsb; it's marginally faster. | Michael Brown | 2006-05-20 | 1 | -9/+2 |
| * | READ CAPACITY (16) turns out to be an optional command (even though | Michael Brown | 2006-05-19 | 2 | -2/+84 |
| * | Add EOVERFLOW==ERANGE | Michael Brown | 2006-05-19 | 1 | -4/+6 |
| * | Expert advice tells me that we *do* have to explicitly state the | Michael Brown | 2006-05-19 | 1 | -11/+16 |
| * | - made some of the bit shifting attribute access simpler (in my mind) | Dan Lynch | 2006-05-19 | 1 | -248/+50 |
| * | - made _wputch wrap lines as well as cols (wraps back to line 0, as we have n... | Dan Lynch | 2006-05-19 | 1 | -61/+220 |
| * | Add the concept of a "user pointer" (similar to the void __user * in | Michael Brown | 2006-05-19 | 11 | -54/+154 |
| * | Use typeof(sizeof(...)) to define a size_t. This stops gcc complaining | Michael Brown | 2006-05-19 | 1 | -1/+1 |
| * | Documented login parameters that we negotiate. | Michael Brown | 2006-05-19 | 1 | -1/+24 |
| * | iSCSI writes seem to be working (at least, the ethereal trace shows no | Michael Brown | 2006-05-19 | 3 | -54/+304 |
| * | All uses iscsi_state were removed some time ago; removing the | Michael Brown | 2006-05-18 | 1 | -8/+0 |
| * | Re-enable -Wformat, since our printf() is now more standards-conformant. | Michael Brown | 2006-05-18 | 1 | -1/+1 |
| * | all window primitives implemented | Dan Lynch | 2006-05-18 | 2 | -87/+116 |
| * | Set ErrorRecoveryLevel=0 (we don't want to have to handle it). | Michael Brown | 2006-05-17 | 1 | -2/+3 |
| * | Added missing drivers/scsi | Michael Brown | 2006-05-17 | 1 | -1/+1 |
| * | Split debug functions out into core/debug.c, so that they can be | Michael Brown | 2006-05-17 | 2 | -91/+89 |
| * | Strip down i386 PCI configuration space I/O to the bare minimum. A | Michael Brown | 2006-05-17 | 8 | -493/+435 |
| * | Restructured PCI subsystem to fit the new device model. | Michael Brown | 2006-05-16 | 35 | -534/+544 |
| * | Missed a reference to heap.h. | Michael Brown | 2006-05-16 | 1 | -1/+0 |
| * | Tear out old heap code, replace with code that simply allocates memory | Michael Brown | 2006-05-16 | 5 | -301/+34 |
| * | Fix typo | Michael Brown | 2006-05-16 | 1 | -1/+1 |
| * | Kill off the "all devices are boot devices" idea | Michael Brown | 2006-05-16 | 1 | -0/+4 |
| * | Add list_for_each_entry_safe. | Michael Brown | 2006-05-16 | 1 | -1/+16 |
| * | Added generic device model. | Michael Brown | 2006-05-16 | 2 | -0/+167 |
| * | Change movetoyx(), putc() and getc() to methods of the screen. | Michael Brown | 2006-05-15 | 1 | -26/+23 |
| * | fixed build error (danjlynch, repeat: this is *not* perl, this is *not* perl...) | Dan Lynch | 2006-05-15 | 1 | -2/+4 |
| * | lightweight xcurses implementation for etherboot (Michael made me do it...) | Dan Lynch | 2006-05-15 | 2 | -0/+1169 |
| * | Add INT 13,41 (extensions installation check). LILO's MBR now uses | Michael Brown | 2006-05-15 | 2 | -0/+40 |
| * | Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol". | Michael Brown | 2006-05-15 | 3 | -28/+75 |
| * | Fix a couple of minor typos. | Michael Brown | 2006-05-14 | 1 | -2/+2 |
| * | Also capture INT 19 as a failure path, to allow for boot sectors that | Michael Brown | 2006-05-14 | 1 | -3/+14 |
| * | Add int13_boot(), to allow booting from INT 13 emulated drives. | Michael Brown | 2006-05-14 | 2 | -0/+89 |
| * | Specify attributes on .text16. | Michael Brown | 2006-05-14 | 1 | -1/+1 |
| * | Handle the '"%c", 0' case correctly. | Michael Brown | 2006-05-14 | 1 | -1/+1 |
| * | Correctly handle zero-length buffers. | Michael Brown | 2006-05-14 | 1 | -10/+9 |
| * | Updated documentation. | Michael Brown | 2006-05-14 | 2 | -80/+125 |