| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | On advice of hpa: be more patient with the KBC and SCPA methods; retry | Michael Brown | 2007-07-14 | 1 | -47/+71 |
* | Shrink cpu.c and render it useful for our purposes. | Michael Brown | 2007-07-14 | 2 | -276/+104 |
* | Dead code removal. | Michael Brown | 2007-07-14 | 1 | -1/+1 |
* | Be more aggressive in attempts to enable A20, now that we have the | Michael Brown | 2007-07-14 | 2 | -37/+50 |
* | Kill off the enforced RX quota; it only seems to hurt on real hardware. | Michael Brown | 2007-07-14 | 1 | -3/+1 |
* | Use fast in-situ test for gate A20 being set, to cut down on the | Michael Brown | 2007-07-13 | 1 | -19/+55 |
* | Improve error reporting for strange length combinations reported by | Michael Brown | 2007-07-10 | 1 | -6/+21 |
* | Set up %ds *before* testing a value in our data segment (d'oh!). | Michael Brown | 2007-07-10 | 1 | -6/+11 |
* | Report RX errors via netdev_rx_err() | Michael Brown | 2007-07-10 | 1 | -1/+2 |
* | Dump first 64 bytes of chained ISR when debugging is enabled. | Michael Brown | 2007-07-10 | 1 | -0/+6 |
* | Protect ISR against failure to unhook. | Michael Brown | 2007-07-10 | 2 | -34/+19 |
* | Master IRQ should be EOIed first, I think. | Michael Brown | 2007-07-10 | 1 | -1/+1 |
* | We probably ought not to call INT13 with interrupts disabled. | Michael Brown | 2007-07-10 | 1 | -0/+1 |
* | Working code to call the PXE stack from within the ISR. | Michael Brown | 2007-07-10 | 2 | -19/+92 |
* | Always increase number of BIOS drives when registering | Michael Brown | 2007-07-09 | 1 | -3/+5 |
* | Change %dl fixup rules for INT13: | Michael Brown | 2007-07-09 | 1 | -11/+16 |
* | Proof of concept; works, but has several hard-coded hacks. | Michael Brown | 2007-07-09 | 1 | -7/+46 |
* | Set CF by default, clear on success (rather than clearing and setting | Michael Brown | 2007-07-09 | 1 | -2/+4 |
* | Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win. | Holger Lubitz | 2007-07-09 | 1 | -0/+3 |
* | Use net_device_operations structure and netdev_nullify() to allow for | Michael Brown | 2007-07-07 | 1 | -10/+28 |
* | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
* | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
* | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-06 | 3 | -6/+6 |
|\ |
|
| * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-06 | 2 | -10/+72 |
| |\ |
|
| * | | Rename .lilo extension to .lkrn and updated dependencies | Marty Connor | 2007-07-06 | 3 | -6/+6 |
* | | | Add strlen_user() (will be needed for PXE API extensions) | Michael Brown | 2007-07-06 | 1 | -0/+12 |
| |/
|/| |
|
* | | Add .pdsk target (padded .dsk, suitable for qemu). | Michael Brown | 2007-07-05 | 1 | -0/+7 |
* | | Allocate heap at first usage, rather than assuming we can fit it in | Michael Brown | 2007-07-05 | 1 | -10/+65 |
|/ |
|
* | 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 | 2 | -0/+34 |
* | 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 |
* | Kill off lots of warnings in via-velocity.c by correcting these definitions. | Michael Brown | 2007-07-04 | 1 | -6/+7 |
* | UNDI loader entry point implemented; seems to work. | Michael Brown | 2007-07-04 | 1 | -0/+28 |
* | Fix typo | Michael Brown | 2007-07-04 | 1 | -1/+1 |
* | Add (untested) UNDI loader C-level implementation. | Michael Brown | 2007-07-03 | 1 | -0/+25 |
* | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 1 | -31/+0 |
|\ |
|
| * | remove obsolete file: src/arch/i386/prefix/int19exit.c | Marty Connor | 2007-07-03 | 1 | -31/+0 |
* | | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-03 | 9 | -11/+22 |
|/ |
|
* | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 6 | -235/+4 |
|\ |
|
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 6 | -235/+4 |
* | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 4 | -4/+4 |
|/ |
|
* | Work around Etherboot 5.4 bug when multiple packets are received. | Michael Brown | 2007-07-03 | 1 | -1/+38 |