| Commit message (Expand) | Author | Age | Files | Lines |
* | [romprefix] Fully clear the "Press B to boot..." message when INT19 is used | Michael Brown | 2008-09-26 | 1 | -1/+1 |
* | [romprefix] Allow BANNER_TIMEOUT to control banners in romprefix.S | Michael Brown | 2008-09-25 | 1 | -18/+26 |
* | [romprefix] If we hook INT 19, prompt before attempting boot | Michael Brown | 2008-09-24 | 1 | -44/+107 |
* | [libprefix] Add addr32 prefix required by older assemblers | Eygene Ryabinkin | 2008-09-04 | 1 | -1/+1 |
* | [pxe] Fill in UNDIROMID pointer in !PXE structure | Michael Brown | 2008-08-28 | 1 | -5/+11 |
* | [romprefix] Add UNDI ROMID structure bus type field | Michael Brown | 2008-08-27 | 1 | -0/+1 |
* | [romprefix] Preserve %edi when issuing INT 1A,B101 | Michael Brown | 2008-08-26 | 1 | -1/+3 |
* | [romprefix] Add more diagnostic messages to ROM prefix | Michael Brown | 2008-08-25 | 1 | -27/+28 |
* | [romprefix] Fix regression in UNDI loader | Michael Brown | 2008-08-22 | 1 | -2/+2 |
* | [romprefix] On a PCI3.0, non-BBS system, use the correct %cs for INT19 | Michael Brown | 2008-08-22 | 1 | -26/+45 |
* | [romprefix] Fix ROM image copy on PCI 3.0 BIOSes | Michael Brown | 2008-08-05 | 1 | -1/+3 |
* | [romprefix] Update PCI ROM structure to PCI 3.0 | Michael Brown | 2008-07-30 | 1 | -20/+84 |
* | [prefix] Reasonable value for lkrn initrd_addr_max | Stefan Hajnoczi | 2008-07-30 | 1 | -2/+8 |
* | [lkrnprefix] Make gPXE .lkrn images conform to the zImage 2.07 format | Stefan Hajnoczi | 2008-06-30 | 1 | -39/+88 |
* | [romprefix] Fix PMM detection start address | Michael Brown | 2008-06-28 | 1 | -1/+1 |
* | [prefix] When we have to hook INT 19, chain to original handler if possible | Michael Brown | 2008-06-14 | 1 | -2/+14 |
* | [prefix] Prompt for entering gPXE shell during POST | Michael Brown | 2008-05-22 | 1 | -10/+61 |
* | [prefix] Add PCI bus:dev.fn to ROM product string | Michael Brown | 2008-05-21 | 3 | -95/+131 |
* | [PXE] PMM now tested and working | Michael Brown | 2008-03-11 | 1 | -1/+1 |
* | [prefix] Cope with image source addresses outside base memory | Michael Brown | 2008-03-11 | 1 | -121/+114 |
* | [PXE] Improve PnP/BBS detection | Michael Brown | 2008-03-11 | 1 | -19/+49 |
* | [prefix] Add printing functions to libprefix.S | Michael Brown | 2008-03-11 | 3 | -128/+112 |
* | [PXE] Add PMM support to romprefix.S (untested) | Michael Brown | 2008-03-09 | 2 | -73/+241 |
* | Use internal 16-bit stack for added safety. | Michael Brown | 2008-02-11 | 1 | -0/+4 |
* | Fix compiler warnings that appear only on OpenBSD. | Michael Brown | 2007-12-06 | 1 | -7/+7 |
* | Replace "Etherboot" strings with "gPXE". | Michael Brown | 2007-11-20 | 1 | -4/+4 |
* | Minor refactoring to eliminate duplication. | Michael Brown | 2007-09-25 | 1 | -49/+39 |
* | Use full protected mode for access to high memory within prefix, to | Michael Brown | 2007-09-25 | 1 | -169/+237 |
* | Don't trash the %ecx value returned by relocate(). This was causing | Michael Brown | 2007-07-19 | 1 | -6/+8 |
* | Move .zinfo to libprefix.S; it doesn't belong with the decompression code. | Michael Brown | 2007-07-17 | 3 | -39/+29 |
* | Update all prefixes currently referring to _load_size to include a | Michael Brown | 2007-07-16 | 5 | -21/+55 |
* | Rename _rom_size to _load_size_sect, since hdprefix.S also uses it. | Michael Brown | 2007-07-16 | 2 | -3/+3 |
* | Compressed ROM images now work. | Michael Brown | 2007-07-16 | 4 | -7/+65 |
* | Use a single _payload_offset linker-defined variable to locate the | Michael Brown | 2007-07-15 | 1 | -16/+21 |
* | Skip the length field prepended by util/nrv2b.c | Michael Brown | 2007-07-15 | 1 | -0/+1 |
* | Modified calling convention: we now update %esi and %edi just like a | Michael Brown | 2007-07-15 | 1 | -29/+36 |
* | "not" doesn't affect flags, "xor $-1" does. | Michael Brown | 2007-07-15 | 1 | -1/+1 |
* | Rename .lilo extension to .lkrn and updated dependencies | Marty Connor | 2007-07-06 | 2 | -1/+1 |
* | Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount | Michael Brown | 2007-07-05 | 1 | -1/+1 |
* | Add .usb target | Michael Brown | 2007-07-05 | 1 | -0/+23 |
* | Working with multi-sector reads | Michael Brown | 2007-07-05 | 1 | -8/+40 |
* | hdprefix that works for LBA only | Michael Brown | 2007-07-05 | 2 | -311/+82 |
* | Miscellaneous efficiency improvements, and extend read_sectors to | Michael Brown | 2007-07-05 | 1 | -45/+63 |
* | Added active partition locator, and simple MBR built using it. | Michael Brown | 2007-07-05 | 2 | -0/+202 |
* | Revert "Added master boot record capable of locating active partition" | Michael Brown | 2007-07-05 | 2 | -203/+0 |
* | Added master boot record capable of locating active partition | Michael Brown | 2007-07-05 | 2 | -0/+203 |
* | UNDI loader entry point implemented; seems to work. | Michael Brown | 2007-07-04 | 1 | -0/+28 |
* | remove obsolete file: src/arch/i386/prefix/int19exit.c | Marty Connor | 2007-07-03 | 1 | -31/+0 |
* | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 2 | -2/+2 |
* | Use internal real-mode stack from non-returnable prefixes | Michael Brown | 2007-06-28 | 2 | -0/+8 |