Hello! This is not an OS, but rather a single-stage
bootloader with "GUI" designed for my OS. It is not that much, but I am very proud of it as it is the first time I have to slowly replace instructions with shorter ones to meet the 512-byte barrier. For you to imagine how close I am to that barrier, note that I had to put "images" instead of "options" as it was too big

. Here it is:

- Screenshot from 2020-11-04 19-05-56.png (4.24 KiB) Viewed 4201 times
And if that was not enough, I made it load a
config file from the image(a flatfs image, in this case, but it is "easily" portable to FAT12/16) with all the entries to put into the menu, so you can edit them with a text editor. And finally, I made it load from folders too.
I will post the source code soon, if anyone is interested to use it.