Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Building my own OS on linux kernel

First of all I know treehouse doesn't have any course on OS. But I really want to build one for myself. I googled it, but there are no good tutorials out their which teach you to build it from level 1. If you guys have any such tutorial which teaches you to build an OS on linux kernel from scratch, please suggest it.

1 Answer

If you want to build your own OS, I suggest you to read Andrew Tanenbaums' books:

  • Operating Systems: Design and Implementation, co-authored with Albert Woodhull
  • Modern Operating Systems
  • Distributed Operating Systems
  • Structured Computer Organization
  • Distributed Systems: Principles and Paradigms, co-authored with Maarten van Steen