2 === EmulatorPkg Overview ===
4 EmulatorPkg provides an environment where a UEFI environment can be
5 emulated under an environment where a full UEFI compatible
6 environment is not possible. (For example, running under an OS
7 where an OS process hosts the UEFI emulation environment.)
9 http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmulatorPkg
13 * Builds and runs under a posix-like environment with X windows
19 * Win32 and Win64 support
23 On systems with the bash shell you can use EmulatorPkg/build.sh to simplify
24 building and running EmulatorPkg.
26 For example, to build + run:
27 $ EmulatorPkg/build.sh
28 $ EmulatorPkg/build.sh run
30 The build architecture will match your host machine's architecture.
32 On X64 host machines, you can build + run IA32 mode as well:
33 $ EmulatorPkg/build.sh -a IA32
34 $ EmulatorPkg/build.sh -a IA32 run