Minix vs Linux for Learning Operating System Design?

前端 未结 5 2101
长发绾君心
长发绾君心 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 11:08

    Operating Systems: Design and Implementation covers Minix, so this might a good argument pro Minix.

    Without having touched this topic myself, Linux is rather large (last time I checked 10 millions line+, though of course you would not have to study all of it), and Minix uses a microkernel architecture with separate modules, so it might be easier to grasp.

    I would go for Minix.

    (on the other hand, O'Reilly has a number of books on Linux; but I think I would still go with Minix, having that phat book as the reference)

提交回复
热议问题