A sample UEFI Application package
Free as in Freedom(GPLv3).
- open VS cmd prompt
- edksetup.bat
- Build -a IA32/X64 -p MyPkg\MyPkg.dsc
- output in Build\MyPkg
- check uefi.blogspot.com for how to setting VS UEFI build env
- refer to UEFI readme check how to build in linux
- AHCI
sample how to manipulate AHCI mmio issue HDD identify cmd and ODD eject cmd. - ctest
a uefi sample import c language. - HddId:
sample how to identify HDD data,support both AHCI and IDE mode. - HiiMenu
sample how to use uefi HII. - bootmgr
sample to manipulate UEFI variables, show/set BootOrder, show Boot####, BootCurrent. - GPT
sample to read disk LBA1 to check GPT signature. - 2048 small game in UEFI shell
- pwcyle
utility that shutdown and RTC wakeup, support both DOS version
and UEFI version, by different build.