Hacker News new | ask | show | jobs
by tetris11 926 days ago
Check out the 357-byte x86_64 ELF file to bootstrap the entire Guix software stack (albeit with a guile helper library)

https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-...

The annotated ELF file contains two types of comment annotations corresponding to the different software that parses it.

https://github.com/oriansj/bootstrap-seeds/blob/master/POSIX...