Little x86-64 bootloader written in nasm assembly to factory reset BIOS settings overwriting the CMOS memory (NVRAM) with zeros
Use make
or compile manually with nasm -fbin main.asm -o boot.bin
This isn't so useful but use qemu, after compiling do make run
Just flash the boot.bin file inside an usb, make sure to select the proper boot order
I don't know, maybe with CSM enabled (compatibility support module) it will.
Read the makefile before running make clean
.