]>
Commit | Line | Data |
---|---|---|
82b2ab64 | 1 | \r |
2 | === EmulatorPkg Overview ===\r | |
3 | \r | |
4 | EmulatorPkg provides an environment where a UEFI environment can be\r | |
5 | emulated under an environment where a full UEFI compatible\r | |
6 | environment is not possible. (For example, running under an OS\r | |
7 | where an OS process hosts the UEFI emulation environment.)\r | |
8 | \r | |
dff5a05b | 9 | https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg\r |
82b2ab64 | 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 | |
23 | On systems with the bash shell you can use EmulatorPkg/build.sh to simplify\r | |
24 | building and running EmulatorPkg.\r | |
25 | \r | |
26 | For example, to build + run:\r | |
27 | $ EmulatorPkg/build.sh\r | |
28 | $ EmulatorPkg/build.sh run\r | |
29 | \r | |
30 | The build architecture will match your host machine's architecture.\r | |
31 | \r | |
32 | On 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 |