diff options
| author | Michael Brown | 2006-08-09 02:16:57 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-09 02:16:57 +0200 |
| commit | 751ae718bd1e52e6c075838dad09ae97821a800d (patch) | |
| tree | 9294fdda487d207f81b20f0aa75496e907a5a396 /src/arch | |
| parent | Added TFTP test code (currently just dumps file to console). (diff) | |
| download | ipxe-751ae718bd1e52e6c075838dad09ae97821a800d.tar.gz ipxe-751ae718bd1e52e6c075838dad09ae97821a800d.tar.xz ipxe-751ae718bd1e52e6c075838dad09ae97821a800d.zip | |
pxe_int_1a is needed by pxe_call.c
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/interface/pxe/pxe_entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/interface/pxe/pxe_entry.S b/src/arch/i386/interface/pxe/pxe_entry.S index 20ca42370..b622f998c 100644 --- a/src/arch/i386/interface/pxe/pxe_entry.S +++ b/src/arch/i386/interface/pxe/pxe_entry.S @@ -171,6 +171,7 @@ pxe_entry_common: */ .section ".text16" .code16 + .globl pxe_int_1a pxe_int_1a: pushfw cmpw $0x5650, %ax |
