summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-071-10/+28
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-063-6/+6
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-062-10/+72
| |\
| * | Rename .lilo extension to .lkrn and updated dependenciesMarty Connor2007-07-063-6/+6
* | | Add strlen_user() (will be needed for PXE API extensions)Michael Brown2007-07-061-0/+12
| |/ |/|
* | Add .pdsk target (padded .dsk, suitable for qemu).Michael Brown2007-07-061-0/+7
* | Allocate heap at first usage, rather than assuming we can fit it inMichael Brown2007-07-051-10/+65
|/
* Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mountMichael Brown2007-07-051-1/+1
* Add .usb targetMichael Brown2007-07-052-0/+34
* Working with multi-sector readsMichael Brown2007-07-051-8/+40
* hdprefix that works for LBA onlyMichael Brown2007-07-052-311/+82Star
* Miscellaneous efficiency improvements, and extend read_sectors toMichael Brown2007-07-051-45/+63
* Added active partition locator, and simple MBR built using it.Michael Brown2007-07-052-0/+202
* Revert "Added master boot record capable of locating active partition"Michael Brown2007-07-052-203/+0Star
* Added master boot record capable of locating active partitionMichael Brown2007-07-052-0/+203
* Kill off lots of warnings in via-velocity.c by correcting these definitions.Michael Brown2007-07-051-6/+7
* UNDI loader entry point implemented; seems to work.Michael Brown2007-07-041-0/+28
* Fix typoMichael Brown2007-07-041-1/+1
* Add (untested) UNDI loader C-level implementation.Michael Brown2007-07-041-0/+25
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-041-31/+0Star
|\
| * remove obsolete file: src/arch/i386/prefix/int19exit.cMarty Connor2007-07-031-31/+0Star
* | Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-049-11/+22
|/
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-036-235/+4Star
|\
| * Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-036-235/+4Star
* | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-034-4/+4
|/
* Work around Etherboot 5.4 bug when multiple packets are received.Michael Brown2007-07-031-1/+38
* It's not just Etherboot that fails to generate TX completions.Michael Brown2007-07-031-2/+2
* Document TX completion bug.Michael Brown2007-07-031-0/+10
* Ensure that pxe_netdev is set before starting up PXE NBP.Michael Brown2007-07-031-3/+10
* Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-025-33/+28Star
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-021-2/+10
* Add ability to resolve relative symbols as well as locate absolute ones.Michael Brown2007-06-301-0/+3
* Add gdbsym.c object to help with running gdb-to-qemuMichael Brown2007-06-301-0/+28
* Place the actual version string in .data16, rather than just theMichael Brown2007-06-301-1/+1
* Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown2007-06-304-54/+36Star
* Fix stack on return from PXE NBP so that we can return properly.Michael Brown2007-06-291-1/+2
* Use internal real-mode stack from non-returnable prefixesMichael Brown2007-06-283-0/+21
* Revert "Move stack to below 0x7c00; leaving it at the default location"Michael Brown2007-06-281-5/+3Star
* Move stack to below 0x7c00; leaving it at the default locationMichael Brown2007-06-281-3/+5
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-2/+2
* Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-091-0/+22
* pkbuff->iobuf changeoverMichael Brown2007-05-191-27/+27
* Add 32-bit support.Michael Brown2007-03-221-13/+70
* Provide a buffer in base memory for code to fill with generated DHCP data.Michael Brown2007-03-222-0/+42
* TypoMichael Brown2007-03-201-1/+1
* Support 32-bit (linear) NBI images. We don't yet provide a bootp dataMichael Brown2007-03-141-33/+44
* Added .nbi as a format.Michael Brown2007-03-112-0/+69
* Make _load_size accurately reflect the number of bytes in the actualMichael Brown2007-03-111-2/+0Star