Show HN: My CV is also a bootloader

Show HN: My CV is also a bootloader

I wrote a tiny bootloader of 1018 bytes, which is the perfect size since the PDF header has to be in the first 1024 bytes. Then I just copy the first bytes of my bootloader at the beginning of my CV and that is it, a working PDF and bootloader. This was a very hard project, I was very limited by the space constraints and I had to optimize the code for size, and then test all the quirks of qemu vs real hardware.

Source: github.com