Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am preparing for some interviews and I would like to review OS concepts. I have found this so far. I dont want a Linux kernel in a nutshell or administration or programming, but a book that goes over operating systems using Linux as the primary template. Do you all have any good suggestions? Thanks!

share|improve this question

4 Answers

up vote 0 down vote accepted

and

  • Operating System Concepts by Avi Silberschatz
    • contains first a generic run down on most topics. Then there are case studies included for Linux / Windows XP / BSD on some of the generic covered topics
share|improve this answer
I marked this but, all the books I will check out. Thank you everyone! – Hayato Nov 20 '09 at 22:57

Andrew Tanenbaum's Operating Systems: Design and Implementation was a seminal book on OS design.

It describes Minix, but the concepts in it inspired Linus Torvalds to create the Linux kernel (it was a 'stepping stone', you could say)

share|improve this answer

Design of the UNIX OS by Maurice Bach.

share|improve this answer

Book

Systems Analysis And Design Methods

Sites

  • Tutorial site that may teach you the Unix/Linux operating system.
  • Site that slightly touches Unix/Linux while explaining operating systems primary functions.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.