| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| AutoScanPei/ | 21-Aug-2018 | ||
| BootModePei/ | 21-Aug-2018 | ||
| build.sh | 21-Aug-2018 | 7K | |
| Contributions.txt | 21-Aug-2018 | 10.6K | |
| CpuRuntimeDxe/ | 21-Aug-2018 | ||
| EmuBlockIoDxe/ | 21-Aug-2018 | ||
| EmuBusDriverDxe/ | 21-Aug-2018 | ||
| EmuGopDxe/ | 21-Aug-2018 | ||
| EmulatorPkg.dec | 21-Aug-2018 | 5.3K | |
| EmulatorPkg.dsc | 21-Aug-2018 | 19.4K | |
| EmulatorPkg.fdf | 21-Aug-2018 | 12.4K | |
| EmuSimpleFileSystemDxe/ | 21-Aug-2018 | ||
| EmuSnpDxe/ | 21-Aug-2018 | ||
| EmuThunkDxe/ | 21-Aug-2018 | ||
| FirmwareVolumePei/ | 21-Aug-2018 | ||
| FlashMapPei/ | 21-Aug-2018 | ||
| FvbServicesRuntimeDxe/ | 21-Aug-2018 | ||
| Include/ | 21-Aug-2018 | ||
| Library/ | 21-Aug-2018 | ||
| License.txt | 21-Aug-2018 | 1.3K | |
| MiscSubClassPlatformDxe/ | 21-Aug-2018 | ||
| PlatformSmbiosDxe/ | 21-Aug-2018 | ||
| README | 21-Aug-2018 | 944 | |
| RealTimeClockRuntimeDxe/ | 21-Aug-2018 | ||
| ResetRuntimeDxe/ | 21-Aug-2018 | ||
| Sec/ | 21-Aug-2018 | ||
| ThunkPpiToProtocolPei/ | 21-Aug-2018 | ||
| TimerDxe/ | 21-Aug-2018 | ||
| Unix/ | 21-Aug-2018 | ||
1 2 === EmulatorPkg Overview === 3 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.) 8 9 https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg 10 11 === Status === 12 13 * Builds and runs under a posix-like environment with X windows 14 - Linux 15 - OS X 16 17 === Future Plans === 18 19 * Win32 and Win64 support 20 21 === Build Scripts === 22 23 On systems with the bash shell you can use EmulatorPkg/build.sh to simplify 24 building and running EmulatorPkg. 25 26 For example, to build + run: 27 $ EmulatorPkg/build.sh 28 $ EmulatorPkg/build.sh run 29 30 The build architecture will match your host machine's architecture. 31 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 35 36