8 Replies to “man and groff out, mandoc in”

  1. GCC and the gold linker are both written in C++. So are LLVM and Clang, so even replacing the GCC build environment with them won’t completely remove C++ from base.

  2. my absolute dream is a trimmed down dfly that fits a cd (still a thing for me) and maybe the entire thing even statically linked? against (pcc, really? speaking from memories or what?) tcc. -> repo.or.cz/w/tinycc.git and github.com/TinyCC/tinycc

  3. ultimate dreamer: you could, in theory, do that now with the right settings… WORLDCC, I think? I am not sure but the various steps around clang would work the same for another compiler.

    Whether it could build world and kernel, who knows. An interesting experiment!

  4. IMO, an even more useful thing would be a dfly, that boots from USB or SD flash medium, that can be removed after startup. The system would reside in RAM with no need for harddisks (which could still be used for persistent storage, if present). What I don’t understand though, is the standard of installation. Usually, you would boot a system and not switch it off until the next version is out, no?

  5. But PXE requires multiple computers being around. It doesn’t quite cover the scenario.

  6. No, it doesn’t quite fit… but if you are using a BSD, the chance of spare bootable equipment laying around is pretty good.

Comments are closed.