-
Notifications
You must be signed in to change notification settings - Fork 345
EmulatorPkg
Jordan Justen edited this page Nov 10, 2014
·
11 revisions
This is a project to enable UEFI emulation within an OS environment.
The goal of this project is to provide a common OS emulation environment, to replace Nt32Pkg and UnixPkg.
UEFI architecture | Operating System | Status |
---|---|---|
IA32 | Unix | Functional |
IA32 | Windows | Not started |
X64 | Unix | Functional |
X64 | Windows | Not started |
$ <b>EmulatorPkg/build.sh</b> $ <b>EmulatorPkg/build.sh run</b>
The build architecture will match your host machine's architecture.
On X64 host machines, you can build + run IA32 mode as well:
$ <b>EmulatorPkg/build.sh -a IA32</b> $ <b>EmulatorPkg/build.sh -a IA32 run</b>
To install the extra build dependencies required to build EmulatorPkg, run:
$ <b>sudo apt-get install libx11-dev libxext-dev</b>
Home
Getting Started with EDK II
Build Instructions
EDK II Platforms
EDK II Documents
EDK II Release Planning
Reporting Issues
Reporting Security Issues
Community Information
Inclusive Language
Additional Projects & Tasks
Training
Community Support
Community Virtual Meetings
GHSA GitHub Security Advisories Proceess (Draft)