Skip to content

Commit

Permalink
[vmware] Expose GuestRPC mechanism in 64-bit builds
Browse files Browse the repository at this point in the history
The GuestRPC mechanism (used for VMWARE_SETTINGS and CONSOLE_VMWARE)
does not use any real-mode code and so can be exposed in both 64-bit
and 32-bit builds.

Reported-by: Matthew Helton <mwhelton@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jan 5, 2016
1 parent 29cb090 commit dd48599
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/arch/i386/Makefile
Expand Up @@ -115,7 +115,6 @@ SRCDIRS += arch/i386/interface/pcbios
SRCDIRS += arch/i386/interface/pxe
SRCDIRS += arch/i386/interface/pxeparent
SRCDIRS += arch/i386/interface/syslinux
SRCDIRS += arch/i386/interface/vmware
SRCDIRS += arch/i386/hci/commands

# Include common x86 Makefile
Expand Down
1 change: 1 addition & 0 deletions src/arch/x86/Makefile
Expand Up @@ -6,6 +6,7 @@ INCDIRS += arch/x86/include
#
SRCDIRS += arch/x86/core
SRCDIRS += arch/x86/interface/efi
SRCDIRS += arch/x86/interface/vmware
SRCDIRS += arch/x86/prefix
SRCDIRS += arch/x86/hci/commands
SRCDIRS += arch/x86/drivers/xen
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dd48599

Please sign in to comment.