Show HN: Simpleboot and Easyboot These are FLOSS boot loaders and disk utilities which follow the suckless philosophy ( https://ift.tt/2pWjAOB ). Despite being totally dependency-free, they come with a fully featured single command to create bootable disk images out of a directory (utility is available on Windows, Linux and other POSIX systems). Usage is as simple as it gets. There are two repositories, depending on the desired use case: Simpleboot is the little brother, an embeddable boot loader: https://ift.tt/A1n3KlP - multiplatform (BIOS, UEFI, RPi, coreboot) - very small (less than 64k), single binary - also flashable into ROM (option ROM, expansion ROM, coreboot payload, etc.) - easy to configure (single config file, checked for validity by the disk creator utility) - one backup boot option - capable to boot Linux and simplified Multiboot2 kernels (see below) Easyboot is the big brother, an interactive boot manager: https://ift.tt/JoqxhH9 - multiplatform (BIOS, UEFI, RPi) - i...