• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

AutoScanPei/22-Nov-2023-169109

BootModePei/22-Nov-2023-15584

CpuRuntimeDxe/22-Nov-2023-2,5401,422

EmuBlockIoDxe/22-Nov-2023-1,817811

EmuBusDriverDxe/22-Nov-2023-959565

EmuGopDxe/22-Nov-2023-2,2791,108

EmuSimpleFileSystemDxe/22-Nov-2023-1,300649

EmuSnpDxe/22-Nov-2023-1,853803

EmuThunkDxe/22-Nov-2023-15097

FirmwareVolumePei/22-Nov-2023-192120

FlashMapPei/22-Nov-2023-15396

FvbServicesRuntimeDxe/22-Nov-2023-1,8131,046

Include/22-Nov-2023-1,986817

Library/22-Nov-2023-6,1933,066

MiscSubClassPlatformDxe/22-Nov-2023-3,0971,514

PlatformSmbiosDxe/22-Nov-2023-640508

RealTimeClockRuntimeDxe/22-Nov-2023-364196

ResetRuntimeDxe/22-Nov-2023-173104

Sec/22-Nov-2023-663425

ThunkPpiToProtocolPei/22-Nov-2023-13175

TimerDxe/22-Nov-2023-487201

Unix/22-Nov-2023-12,8508,595

Contributions.txtD22-Nov-202310.6 KiB219189

EmulatorPkg.decD22-Nov-20235.3 KiB10785

EmulatorPkg.dscD22-Nov-202319.5 KiB413360

EmulatorPkg.fdfD22-Nov-202312.6 KiB322290

License.txtD22-Nov-20231.3 KiB2622

READMED22-Nov-2023944 3622

build.shD22-Nov-20237 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