• Home
Name Date Size #Lines LOC

..--

AutoScanPei/03-May-2024-169109

BootModePei/03-May-2024-15584

CpuRuntimeDxe/03-May-2024-2,5311,416

EmuBlockIoDxe/03-May-2024-1,817811

EmuBusDriverDxe/03-May-2024-959565

EmuGopDxe/03-May-2024-2,2791,108

EmuSimpleFileSystemDxe/03-May-2024-1,300649

EmuSnpDxe/03-May-2024-1,853803

EmuThunkDxe/03-May-2024-15097

FirmwareVolumePei/03-May-2024-192120

FlashMapPei/03-May-2024-15396

FvbServicesRuntimeDxe/03-May-2024-1,8131,046

Include/03-May-2024-1,986817

Library/03-May-2024-6,1933,066

MiscSubClassPlatformDxe/03-May-2024-3,0971,514

PlatformSmbiosDxe/03-May-2024-641508

RealTimeClockRuntimeDxe/03-May-2024-364196

ResetRuntimeDxe/03-May-2024-173104

Sec/03-May-2024-663425

ThunkPpiToProtocolPei/03-May-2024-13175

TimerDxe/03-May-2024-487201

Unix/03-May-2024-12,8508,595

Contributions.txtD03-May-202410.6 KiB219189

EmulatorPkg.decD03-May-20245.3 KiB10785

EmulatorPkg.dscD03-May-202419.4 KiB409356

EmulatorPkg.fdfD03-May-202412.4 KiB313282

License.txtD03-May-20241.3 KiB2622

READMED03-May-2024944 3622

build.shD03-May-20247 KiB273211

README

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