Minix vs Linux for Learning Operating System Design?

前端 未结 5 2048
长发绾君心
长发绾君心 2021-02-01 10:07

I wish to learn operating system design. I was wondering if I should tackle Minix or GNU/Linux in the process? I like books so I would be following mainly a book, though video r

5条回答
  •  醉梦人生
    2021-02-01 10:55

    I would go for the Minix route, just because of my personal experience with it. Minix is very straightforward, and written from an educational point of view. Linux kernel on the other hand has been around for so long, and is therefore optimized heavily. I do not think that it is a good start.

    I wouldn't worry too much about which minix version. The concept remains the same. With the newer versions you are able to run X on it, which can be helpful, but at the same time adds more complexity. Just go with the version you find a good book of.

提交回复
热议问题