HelloIommuPkg
The sample DXE runtime driver demonstrating how to program DMA remapping.
Install / Use
/learn @tandasat/HelloIommuPkgREADME
HelloIommuPkg
HelloIommuPkg is a sample DXE runtime driver demonstrating how to program DMA remapping, one of the Intel VT-d features, to protect the system from DMA access.
This project is meant to show a simplified yet functioning code example for learning purposes and not designed for actual use in production systems.
For more information about this project see my blog post: Introductory Study of IOMMU (VT-d) and Kernel DMA Protection on Intel Processors
Building
- Set up edk2 build environment
bb18fb80abb9d35d01be5d693086a9ed4b9d65b5is the latest revision that confirmed to compile this project successfully .
- Copy
HelloIommuPkgasedk2\HelloIommuPkg - On the edk2 build command prompt, run the below command:
Or on WSL or Linux,> edksetup.bat > build -t VS2019 -a X64 -b NOOPT -p HelloIommuPkg\HelloIommuPkg.dsc or > build -t CLANGPDB -a X64 -b NOOPT -p HelloIommuPkg\HelloIommuPkg.dsc$ . edksetup.sh $ build -t GCC5 -a X64 -b NOOPT -p HelloIommuPkg/HelloIommuPkg.dsc
Also, pre-compiled binary files are available at the Release page.
Related Skills
node-connect
338.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.4kCommit, push, and open a PR
