Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Operating System Development

I'm looking for any website(s) devoted and/or related to Operating System Development, and would love for you to kindly share any links you may have.

I have searched myself, but keep winding up at the same old sites, and am wondering if there are others that just don't get noticed by the major search engines or something.

I've put this as a community wiki, simply because I don't think it's very fair to judge an answer based on a single link.

Thank you.


1 Answers

I might suggest a book, rather than any website. There are a number of good ones:

  • Operating Systems: Design and Implementation (Tanenbaum)
  • Modern Operating Systems (Tanenbaum)
  • Operating System Concepts (Silberschatz & Galvin)
  • Unix Systems for Modern Architectures (Schimmel)

Once you understand the concepts, you can start to design and develop for your particular project.

like image 71
WhirlWind Avatar answered May 02 '26 20:05

WhirlWind