torvalds.txt 950 B

12345678910111213141516171819
  1. Hello everybody out there using minix -
  2. I'm doing a (free) operating system (just a hobby, won't be big and
  3. professional like gnu) for 386(486) AT clones. This has been brewing
  4. since april, and is starting to get ready. I'd like any feedback
  5. on things people like/dislike in minix, as my OS resembles it
  6. somewhat (same physical layout of the file-system (due to practical
  7. reasons) among other things). I've currently ported bash(1.08) and
  8. gcc(1.40), and things seem to work. This implies that I'll get
  9. something practical within a few months, and I'd like to know what
  10. features most people would want. Any suggestions are welcome, but
  11. I won't promise I'll implement them :-) Linus (torvalds@kruuna.helsinki.fi)
  12. PS. Yes - it's free of any minix code, and it has a multi-threaded
  13. fs. It is NOT portable (uses 386 task switching etc), and it probably
  14. never will support anything other than AT-harddisks, as that's all
  15. I have :-(.
  16. — Linus Torvalds