]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/README
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / EmulatorPkg / README
CommitLineData
82b2ab64 1\r
2=== EmulatorPkg Overview ===\r
3\r
4EmulatorPkg provides an environment where a UEFI environment can be\r
5emulated under an environment where a full UEFI compatible\r
6environment is not possible. (For example, running under an OS\r
7where an OS process hosts the UEFI emulation environment.)\r
8\r
9http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmulatorPkg\r
10\r
11=== Status ===\r
12\r
13* Builds and runs under a posix-like environment with X windows\r
14 - Linux\r
15 - OS X\r
16\r
17=== Future Plans ===\r
18\r
19* Win32 and Win64 support\r
20\r
21=== Build Scripts ===\r
22\r
23On systems with the bash shell you can use EmulatorPkg/build.sh to simplify\r
24building and running EmulatorPkg.\r
25\r
26For example, to build + run:\r
27$ EmulatorPkg/build.sh\r
28$ EmulatorPkg/build.sh run\r
29\r
30The build architecture will match your host machine's architecture.\r
31\r
32On X64 host machines, you can build + run IA32 mode as well:\r
33$ EmulatorPkg/build.sh -a IA32\r
34$ EmulatorPkg/build.sh -a IA32 run\r
35\r