Skip to content

Files

Latest commit

8864869 · Nov 21, 2014

History

History

EmulatorPkg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 28, 2011
Jun 28, 2011
Nov 21, 2014
Jun 28, 2011
Jul 15, 2011
Aug 28, 2012
Jul 3, 2014
Jan 11, 2012
Jun 28, 2011
Jun 28, 2011
Jun 28, 2011
Feb 1, 2012
Feb 1, 2012
Jul 4, 2014
Feb 3, 2012
Jul 4, 2014
Jun 28, 2011
Jun 28, 2011
Aug 15, 2012
Jun 28, 2011
Aug 15, 2012
Aug 29, 2014
Oct 31, 2014
Jan 30, 2012
Apr 15, 2014
Apr 15, 2014
Apr 24, 2012
Jun 29, 2011
Aug 29, 2014
=== EmulatorPkg Overview ===

EmulatorPkg provides an environment where a UEFI environment can be
emulated under an environment where a full UEFI compatible
environment is not possible.  (For example, running under an OS
where an OS process hosts the UEFI emulation environment.)

http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmulatorPkg

=== Status ===

* Builds and runs under a posix-like environment with X windows
  - Linux
  - OS X

=== Future Plans ===

* Win32 and Win64 support

=== Build Scripts ===

On systems with the bash shell you can use EmulatorPkg/build.sh to simplify
building and running EmulatorPkg.

For example, to build + run:
$ EmulatorPkg/build.sh
$ EmulatorPkg/build.sh run

The build architecture will match your host machine's architecture.

On X64 host machines, you can build + run IA32 mode as well:
$ EmulatorPkg/build.sh -a IA32
$ EmulatorPkg/build.sh -a IA32 run