UEFI News and Commentary

Wednesday, December 19, 2012

HII Disassembler

Hey, just to let folks know, I posted the code used in my HII Disassembly article over on SourceForge, along with the latest updates to the SysLib which it uses. Head on over to take a look!

Tuesday, December 18, 2012

Access UEFI Services At Runtime

My friend Vincent Zimmer put together a great summary article showing how to access UEFI runtime services from within both Windows and Linux. Currently, the only services reliably available are the GetVariable()/SetVariable() services, but this still gives you enough to find most setup settings, as well as the boot order, language settings, etc.