aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/pxe/pxe_entry.S
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pcbios] Don't use "lret $2" to return from an interruptH. Peter Anvin2009-04-151-2/+5
* [pxe] Initialize EDX on PXE NBP entry and INT 1AhH. Peter Anvin2009-02-181-2/+6
* [i386] Add explicit flags and type on all .section declarationsMichael Brown2009-02-151-11/+8
* [i386] Simplify linker script and standardise linker-defined symbol namesMichael Brown2008-10-101-7/+7
* [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000Michael Brown2008-09-061-0/+10
* [pxe] Fill in UNDIROMID pointer in !PXE structureMichael Brown2008-08-281-1/+6
* Select a PXE network device before starting PXE NBP.Michael Brown2007-01-141-5/+5
* Fix building on gas versions that don't auto-insert addr32 prefixesMichael Brown2006-12-121-3/+3
* Both the !PXE and PXENV+ structures must be paragraph-alignedMichael Brown2006-08-091-0/+2
* Note to self: learn to count.Michael Brown2006-08-091-3/+3
* pxe_int_1a is needed by pxe_call.cMichael Brown2006-08-091-0/+1
* Added (not yet tested) PXE API entry point and support functions.Michael Brown2006-08-081-0/+192