A simple MBR overriter (for windows) written in C
If you changed boot.asm, remake main.c with get ready.py:
# Edit boot.asm
nano boot.asm
# Remake main.c
python "get ready.py"
# Compile
cl main.c
qemu-system-x86_64.exe -hda bootpatched.bin
You can also test it on anyrun
https://app.any.run/tasks/794acb0f-ce84-47d6-8af9-bca9c8c69f33/