Ace Operating System Project « http://www.samueldotj.com/Ace/ | | An open source operating system for x86 architecture. it also contains documents , specifications explaining various hardware. |
ACM Special Interest Group for Operating Systems « http://www.acm.uiuc.edu/sigops/ | | Tutorial for writing an operating system and links to group members' projects. |
Agnix « http://agnix.sourceforge.net/ | | An open source project , which has been founded to provide an educational , network operating system kernel. |
Bona Fide OS Development « http://www.osdever.net/ | | Os development information and tutorials. links. |
Cottontail OS Development Library « http://www.osdever.net/cottontail/ | | Old non-updated mirror online library covering a plethora of os development topics. datasheets , tutorials , reference manuals and hardware programming information. |
CS 3210 Design of Operating Systems « http://www.cc.gatech.edu/classes/AY2000/cs3210_spring/ | | A course in operating systems with a focus on the design and construction of a modern os kernel. |
DBLP Bibliography: Operating Systems « http://www.informatik.uni-trier.de/~ley/db/os.html | | Links to many operating systems journals on the web. |
Groovyweb: Operating system programming « http://www.groovyweb.uklinux.net/index.php?page_name=Operating%20system%20programming | | An open source os written in turbo c (for dos/ windows) and nasm (windows/dos/linux) as well as two exclusive tutorials on how to write an operating system. |
How to Program a Bootstrap Loader « http://www.omninerd.com/2005/11/05/articles/40 | | A bootstrap tutorial that includes assembly language code to demonstrate loading and executing a binary image from a fat filesystem. |
Intel Pentium 4 Manuals « http://www.intel.com/design/Pentium4/documentation.htm#manuals | | The full documentation of system management from intel for the ia-32 architecture. |
Inter-Process Communication Tutorial « http://cs.gmu.edu/cne/modules/ipc/ | | Interactive tutorial about message passing , semaphores , and monitors. |
KernelCode « http://www.kernelcode.com/ | | News and reviews of kernels. |
KernelNewbies. org « http://kernelnewbies.org/ | | Resources for programmers new to kernel hacking. example code , faqs , utilities for debugging modules. |
Mainframe Programming « http://www.muraleedharan.com/mainframe_programming.html | | The mainframe continues to grow and transform itself while maintaining its reliability , security and speed. |
Operating System design & implementation Tutorial « http://www.mohanraj.info/josh.jsp | | A educational tutorial on the development of a real mode , single tasking operating system developed in assembler. |