| Commit message (Expand) | Author | Age | Files | Lines |
| * | Why should pushal/popal put the registers on the stack in a logical | Michael Brown | 2006-05-25 | 1 | -1/+1 |
| * | Typo. | Michael Brown | 2006-05-25 | 1 | -1/+1 |
| * | Add a "count" field to struct memory_map. | Michael Brown | 2006-05-25 | 2 | -6/+11 |
| * | Define a struct memory_map with a fixed number of entries, rather than | Michael Brown | 2006-05-24 | 2 | -13/+21 |
| * | Remove the automatic segment register save and restore; most users of | Michael Brown | 2006-05-24 | 1 | -8/+0 |
| * | Removed REAL_EXEC(); there is no longer any code using it. | Michael Brown | 2006-05-24 | 3 | -44/+14 |
| * | Added potentially required "\n\t" on the end of asm_code_str | Michael Brown | 2006-05-24 | 1 | -14/+1 |
| * | NBI is due for removal | Michael Brown | 2006-05-24 | 1 | -0/+5 |
| * | Will be replaced with a block-device implementation. | Michael Brown | 2006-05-24 | 1 | -0/+5 |
| * | Updated to REAL_CODE() | Michael Brown | 2006-05-24 | 1 | -17/+7 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -31/+38 |
| * | Updated to REAL_CODE() | Michael Brown | 2006-05-24 | 1 | -14/+11 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -53/+55 |
| * | Update to REAL_CODE() | Michael Brown | 2006-05-24 | 1 | -38/+29 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -41/+36 |
| * | Set carry flag before calling INT 15,e801 and INT 15,e820. | Michael Brown | 2006-05-24 | 1 | -4/+4 |
| * | Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXEC | Michael Brown | 2006-05-24 | 2 | -31/+35 |
| * | 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 |