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

Currently we have started studying Operating Systems. I would like to know what books should i follow for:
1. Operating Systems.
2. Unix
3. System Programming (Windows and Unix separately).

Please advise.

share|improve this question
1  
Does your course not provide a reading list? – Rowland Shaw Jun 28 '10 at 18:29
@Sturut I was thinking that it is better to follow the reading list from the course, as it would be more aligned with the subject material you'll be studying - it would be silly to go off and do a lot of work looking at EFI (for instance) if you never intend to actually code against it. – Rowland Shaw Jun 28 '10 at 18:36

closed as not constructive by Kev Aug 5 '12 at 15:07

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

up vote 3 down vote accepted

Operating systems: Tanenbaum: Modern operating systems

Unix programming: Raymond: The Art of Unix Programming, Kernighan, Pike: The Unix Programming Environment

Windows programming: Petzold: Programming windows, Hart: Windows System Programming

share|improve this answer
no "the design and implementation of (4.x|Free) BSD"? – Adriano Varoli Piazza Jun 28 '10 at 18:49
Thanks so much :) – Acme Jun 28 '10 at 18:58

How has no one mentioned W. Richard Stevens: http://www.amazon.com/Programming-Environment-Addison-Wesley-Professional-Computing/dp/0201563177 Pretty sure that one is the king of approaches, and the approach of kings.

share|improve this answer
Well i have it at the moment :) – Acme Jun 28 '10 at 18:58

In my university, we use Operating System Concepts, http://www.os-book.com/ It looks nice, covers Windows and Unix, but on the other hand it's huge!

share|improve this answer
Great book, and yeah it's huge. – echo Jun 28 '10 at 18:33
1  
I almost got sued over that book. Checked it out from the library and forgot about it in a move. A year later I got a letter informing me I had a tax lien because I owe the library $180. – cthom06 Jun 28 '10 at 18:57

For Windows I like Windows System Programming, Windows Internals, and Windows via C/C++.

share|improve this answer

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