diff options
| author | Michael Brown | 2007-07-04 00:10:16 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-04 00:10:16 +0200 |
| commit | 7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f (patch) | |
| tree | d0bca681d06c3aa4310e7cd5e0526541e6397802 /src | |
| parent | Separated out initialisation functions from startup/shutdown functions. (diff) | |
| parent | remove obsolete file: src/arch/i386/prefix/int19exit.c (diff) | |
| download | ipxe-7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f.tar.gz ipxe-7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f.tar.xz ipxe-7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f.zip | |
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/prefix/int19exit.c | 31 | ||||
| -rw-r--r-- | src/tests/iscsiboot.c | 1 |
2 files changed, 1 insertions, 31 deletions
diff --git a/src/arch/i386/prefix/int19exit.c b/src/arch/i386/prefix/int19exit.c deleted file mode 100644 index 1c7147bdc..000000000 --- a/src/arch/i386/prefix/int19exit.c +++ /dev/null @@ -1,31 +0,0 @@ -#include "bochs.h" -#include "realmode.h" - -/** @file - * - * The "exit via INT 19" exit path. - * - * INT 19 is the old (pre-BBS) "boot system" interrupt. It is - * conventionally used now to return from a failed boot from floppy - * disk. - * - */ - -/** - * Exit via INT19 - * - * @v ix86 i386 register values to be loaded on exit - * @ret Never - - * @err None - - * - * Exit back to the BIOS by switching to real mode, reloading the - * registers as they were before Etherboot started, and executing INT - * 19. - * - * @bug Not yet implemented - * - */ -void exit_via_int19 ( __unused struct i386_all_regs *ix86 ) { - bochsbp(); - /* Placeholder */ -} diff --git a/src/tests/iscsiboot.c b/src/tests/iscsiboot.c index bb20a5fa8..22dccb1d7 100644 --- a/src/tests/iscsiboot.c +++ b/src/tests/iscsiboot.c @@ -5,6 +5,7 @@ #include <gpxe/netdevice.h> #include <gpxe/iscsi.h> #include <gpxe/ibft.h> +#include <gpxe/tcpip.h> #include <int13.h> static struct iscsi_device test_iscsidev; |
