| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated to work with libprefix. | Michael Brown | 2006-05-25 | 1 | -186/+179 |
* | Documented the fact that the prefix can prot_call(main) without | Michael Brown | 2006-05-25 | 1 | -0/+9 |
* | Also hide base memory region from E820 map. | Michael Brown | 2006-05-25 | 1 | -2/+7 |
* | init_librm() and prot_call() are now real-mode far calls. | Michael Brown | 2006-05-25 | 4 | -90/+120 |
* | Has been obsolete for a while. | Michael Brown | 2006-05-25 | 1 | -160/+0 |
* | Update relocate() to work with get_memmap(). | Michael Brown | 2006-05-25 | 1 | -66/+44 |
* | Fix printf format warning error | Michael Brown | 2006-05-25 | 1 | -2/+3 |
* | 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-23 | 1 | -80/+78 |
* | Add __{text,data}16_array, since there's no way I can see to make the | Michael Brown | 2006-05-23 | 2 | -4/+14 |
* | Cope with regions bigger than 4GB. | Michael Brown | 2006-05-23 | 1 | -243/+370 |
* | Refactored to reduce code size; now down from 1304 to 1105 bytes. | Michael Brown | 2006-05-20 | 1 | -120/+98 |
* | Add the concept of a "user pointer" (similar to the void __user * in | Michael Brown | 2006-05-19 | 6 | -41/+105 |
* | Use typeof(sizeof(...)) to define a size_t. This stops gcc complaining | Michael Brown | 2006-05-19 | 1 | -1/+1 |
* | Strip down i386 PCI configuration space I/O to the bare minimum. A | Michael Brown | 2006-05-17 | 6 | -469/+430 |
* | Restructured PCI subsystem to fit the new device model. | Michael Brown | 2006-05-16 | 2 | -32/+6 |
* | Missed a reference to heap.h. | Michael Brown | 2006-05-16 | 1 | -1/+0 |
* | Add INT 13,41 (extensions installation check). LILO's MBR now uses | Michael Brown | 2006-05-14 | 2 | -0/+40 |
* | 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 |
* | Rewrote printf and friends to better support standard C semantics. | Michael Brown | 2006-05-14 | 1 | -0/+1 |
* | Provide access to rm_cs and rm_ds from protected-mode code. | Michael Brown | 2006-05-13 | 2 | -1/+6 |
* | Provide a global counter for the number of interrupts hooked. | Michael Brown | 2006-05-13 | 1 | -0/+1 |
* | Allow re-entrancy and provide a global counter of the number of | Michael Brown | 2006-05-13 | 1 | -0/+20 |
* | Define BIOS data segment in bios.h | Michael Brown | 2006-05-13 | 2 | -7/+9 |
* | Add flag definitions. | Michael Brown | 2006-05-13 | 1 | -0/+8 |
* | Add INT 13 emulation layer (which provides an interface to gPXE block | Michael Brown | 2006-05-13 | 2 | -0/+632 |
* | Add 64-bit byte-swapping operations. | Michael Brown | 2006-05-13 | 1 | -7/+38 |
* | Add drivers/block and arch/i386/interface/pcbios | Michael Brown | 2006-05-13 | 1 | -0/+1 |