Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Add links to lists of bugs in tutorials)
m (Mark dead links to tutorials)
Line 16: Line 16:
** web.archive.com: [http://web.archive.org/web/*/http://my.execpc.com/~geezer/index.htm web.archive.org]
** web.archive.com: [http://web.archive.org/web/*/http://my.execpc.com/~geezer/index.htm web.archive.org]
* [http://www.acm.uiuc.edu/sigops/roll_your_own/ How to Write an Operating System]
* [http://www.acm.uiuc.edu/sigops/roll_your_own/ How to Write an Operating System]
* [http://neuraldk.org/writing.php?FilterCat=Os+Development&FilterDev=All NeuralDK OSDev Tuts] Page does not work!
* [http://neuraldk.org/writing.php?FilterCat=Os+Development&FilterDev=All NeuralDK OSDev Tuts]
* [http://www.viralpatel.net/taj/home.php/ TAJ OS Development]
* [http://www.viralpatel.net/taj/home.php/ TAJ OS Development] (This link is broken since 2014)
* [http://www.brokenthorn.com/Resources/OSDevIndex.html BrokenThorn OS Development Tutorials]
* [http://www.brokenthorn.com/Resources/OSDevIndex.html BrokenThorn OS Development Tutorials]
* [http://www.osdcom.info/ OSDCOM]
* [http://www.osdcom.info/ OSDCOM] (This link is broken since 2014)
* [http://devnulled.ath.cx/~oslib The OsLib] Page does not work!
* [http://devnulled.ath.cx/~oslib The OsLib] (This link is broken since 2014)
* [http://www.nondot.org/sabre/os/articles/MiscellaneousSoftware/ OS FAQ, overall design, VM design, threads..]
* [http://www.nondot.org/sabre/os/articles/MiscellaneousSoftware/ OS FAQ, overall design, VM design, threads..]
* [http://www.nondot.org/sabre/os/articles/MemoryManagement/ Memory Management]
* [http://www.nondot.org/sabre/os/articles/MemoryManagement/ Memory Management]
* [http://www.nondot.org/sabre/os/articles/ProtectedMode/ Protected Mode]
* [http://www.nondot.org/sabre/os/articles/ProtectedMode/ Protected Mode]
* [http://www.jamesmolloy.co.uk/ Roll your own UNIX-clone OS] and [[James_Molloy's_Tutorial_Known_Bugs|the list of known bugs]].
* [http://www.jamesmolloy.co.uk/ Roll your own UNIX-clone OS] and [[James_Molloy's_Tutorial_Known_Bugs|the list of known bugs]].
* [http://www.viralpatel.net/taj/operating-system-tutorial.php Operating System Tutorials]
* [http://www.viralpatel.net/taj/operating-system-tutorial.php Operating System Tutorials] (This link is broken since 2014)
* [http://www.germsoft.com/Software/OS/Tut/Index.php Germsoft OS Tutorials and Resources]
* [http://www.germsoft.com/Software/OS/Tut/Index.php Germsoft OS Tutorials and Resources] (This link is broken since 2014)
* [http://www.int6.org int6.org - System Programming Resources]
* [http://www.int6.org int6.org - System Programming Resources]



Revision as of 12:09, 18 October 2014

This page maintains a list of resources related to operating system development.

Operating System Development

Hardware Specifications

Processors

BIOS

Motherboard Devices

Human Input Devices

Video

Storage

Audio

Network and Communication ports

Buses

Software Specifications

Other Specifications

Source Code

Sample Kernels

Small Kernels

Larger Kernels

Non-hobby Kernels

University Courses