Friday, April 7, 2023

Show HN: A toy bootloader written in C++ https://ift.tt/D39dHxc

Show HN: A toy bootloader written in C++ Yes, this includes the MBR and partition boot sector. The partition table is modeled as a class hierarchy. Second stage loads a kernel from a FAT32 file. I'm normally a C programmer, but for a work project, I recently revisited C++, a language that I had an on-again-off-again relationship over the years. I did this as a fun training exercise on the side to get familiar with the language again, but obsessed a bit and kind of overshot the target. I thought the result might be of interest to someone. https://ift.tt/yfUWgxT April 8, 2023 at 03:33AM

No comments:

Post a Comment

Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/Ce2bBvc

Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...