CS503: Operating Systems, Fall 24
Resources for CS503
OS Textbooks
Operating System Design: The XINU Approach, Second Edition
, by Douglas Comer
Operating Systems: Three Easy Pieces
, by Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau
Operating Systems: Principles and Practice, Second Edition
, by Thomas Anderson and Michael Dahlin
Architecture Manuals
Intel 64 and IA-32 Architectures Software Developer’s Manual
(combined manual)
AMD Developer Guides, Manuals & ISA Documents
Intel 80386 Reference Programmer's Manual
(html)
Intel 80386 Reference Programmer's Manual
(pdf)
C and Systems Programming
C Programming Language, 2nd Edition
, by Brian W. Kernighan and Dennis M. Ritchie
C: A Reference Manual, 5th Edition 5th Edition
, by Samuel P. Harbison, Guy L. Steele Jr.
Writing Bug-Free C Code
C Programming Tips [pgbovine.net]
50 tips for improving your software development game
C Programming Tips [hownot2code.com]