
Introducing Aetherix 0.1.0 – Build Operating Systems with Python
Today I'm excited to release Aetherix 0.1.0 on PyPI. Aetherix is an open-source Python framework for...
Tag archive

Today I'm excited to release Aetherix 0.1.0 on PyPI. Aetherix is an open-source Python framework for...
Cybersecurity researchers have identified 11 outdated Microsoft-signed UEFI shim bootloaders that can...

Building a bootable UEFI application entirely in Python — no NASM, no linker, and no C compiler for...

Windows PCs won’t stop booting, but outdated Secure Boot certificates could cut off future boot-chain security fixes.
If you have ever tried to write a lightweight UEFI application or a custom bootloader, you probably...
Research and coordinated disclosures show a UEFI implementation bug in some motherboards that can...

In this article, we will discuss how to establish communication between a UEFI driver and a Windows...

While all my articles are about Debian, this article can still be useful for other Linux OSs since...
I am working on opensource EDK2. So i want to develop a setup page in edk2. I have following...
Good afternoon dear developers. I have a DXE driver starting right after PC launch. This dxe driver...
Hello everyone. Recently, there was a discussion about the exact scope/boundary of Rust std for UEFI....
Unlike executables running above OS, UEFI modules doesn't have import functions or systemcalls which...