diff options
| author | Michael Brown | 2012-02-28 18:48:46 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-02-29 00:10:02 +0100 |
| commit | 3a5823a12684a537b2804e37f86cac0cad1436b4 (patch) | |
| tree | 63af70dfba2d6e0dbfebc966997504a37232d980 /src/arch/i386/include/bits | |
| parent | [syslog] Separate out generic line-based console functionality (diff) | |
| download | ipxe-3a5823a12684a537b2804e37f86cac0cad1436b4.tar.gz ipxe-3a5823a12684a537b2804e37f86cac0cad1436b4.tar.xz ipxe-3a5823a12684a537b2804e37f86cac0cad1436b4.zip | |
[vmware] Add GuestRPC mechanism
Use the VMware backdoor I/O port to access the GuestRPC mechanism.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/include/bits')
| -rw-r--r-- | src/arch/i386/include/bits/errfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/bits/errfile.h b/src/arch/i386/include/bits/errfile.h index 93f34f8d2..1077bae88 100644 --- a/src/arch/i386/include/bits/errfile.h +++ b/src/arch/i386/include/bits/errfile.h @@ -16,6 +16,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_int13 ( ERRFILE_ARCH | ERRFILE_CORE | 0x00050000 ) #define ERRFILE_pxeparent ( ERRFILE_ARCH | ERRFILE_CORE | 0x00060000 ) #define ERRFILE_runtime ( ERRFILE_ARCH | ERRFILE_CORE | 0x00070000 ) +#define ERRFILE_vmware ( ERRFILE_ARCH | ERRFILE_CORE | 0x00080000 ) +#define ERRFILE_guestrpc ( ERRFILE_ARCH | ERRFILE_CORE | 0x00090000 ) #define ERRFILE_bootsector ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00000000 ) #define ERRFILE_bzimage ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00010000 ) |
