
|
|
|
|
Home / Computers / Programming / Operating Systems
|
|
|
|
Web Sites
|
- ACM Special Interest Group for Operating Systems - Tutorial for writing an operating system and links to group members' projects.
www.acm.uiuc.edu/sigops
- Bona Fide OS Development - OS development information and tutorials. Links.
osdev.neopages.net
- Bootstrap Tutorial - How to write a bootstrapper.
www.geocities.com/mvea/bootstrap.htm
- Cottontail OS Development Library - Online library covering a plethora of OS development topics. Datasheets, tutorials, reference manuals and hardware programming information.
www.0xfi.com/oslib
- CS 3210 Design of Operating Systems - A course in operating systems with a focus on the design and construction of a modern OS kernel.
www.cc.gatech.edu/classes/AY2000/cs3210_spring
- DBLP Bibliography: Operating Systems - Links to many operating systems journals on the web.
www.informatik.uni-trier.de/~ley/db/os.html
- Groovyweb Operating system programming - 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.
www.groovyweb.uklinux.net/index.php?page_name=Operating system programming
- Inter-Process Communication Tutorial - Interactive tutorial about message passing, semaphores, and monitors.
cne.gmu.edu/modules/ipc
- JOSH - Operating Systems Development Tutorial - Tutorial on operating system development leading to the development of a real mode single tasking operating system developed in assembler.
www.ansanest.com/josh
- KernelCode - News and reviews of kernels.
www.kernelcode.com
- KernelNewbies.org - Resources for programmers new to kernel hacking. Example code, FAQs, utilities for debugging modules.
kernelnewbies.org
- Operating System Design Tutorials - A set of well-written design tutorials: tells you the whys as well as the hows. With examples for the x86 architecture.
www.themoebius.org.uk/tutes
- Operating Systems and System Software - Contains sources of a minimal kernel, a new CPU scheduler for Linux, multithreading in Linux, systems software in DOS and collection of good reference material for OS lovers.
www.angelfire.com/myband/unix/os.htm
- OS Development - Message board, OS development links, and the Operating System project web ring.
www.osdev.org
- The Operating System Developers Homepage - Index of operating systems and links to resources for programmers.
www.500mhz.net
- The Operating Systems Resource Center - Extensive information about booting, file systems, memory, architecture, and interfacing with other devices.
www.nondot.org/sabre/os
- The OSKit Project - An open source set of libraries that can be used as building blocks for an operating system for x86. Includes documentation and publications.
www.cs.utah.edu/flux/oskit
- Triple Fault Club - Information on writing your own operating system, protected mode, and small independent OS projects with freely-available source code.
www.execpc.com/~geezer/os
- Tuomo Kortesmaa - Notes and example code for basic operating systems concepts, threads, sockets, and device drivers.
users.evitech.fi/~tk/rt_html/rtgiftoc.htm
- Virtual Memory Tutorial - Extensive discussion of virtual memory.
cne.gmu.edu/modules/vm
- Write Your Own Operating System [FAQ] - The Hobbyist guide to writing your own operating system from the ground up, Question and Answer style on everything from PMode to filesystems to GCC and doing it in C++.
www.mega-tokyo.com/os/os-faq.html
|
|
|
|
|