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)
Line 2: Line 2:


== Operating System Development ==
== Operating System Development ==
* [http://osdever.net/bkerndev/Docs/title.htm Bran's Kernel Development tutorial]
* [http://osdever.net/bkerndev/Docs/title.htm Bran's Kernel Development tutorial] and [[Bran%27s_Known_Bugs|the list of bugs]].
* [http://www.osdever.net/ Bonafide OS Development]
* [http://www.osdever.net/ Bonafide OS Development]
* [http://www.nondot.org/sabre/os/articles The Operating System Resource Center]
* [http://www.nondot.org/sabre/os/articles The Operating System Resource Center]
Line 24: Line 24:
* [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]
* [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]
* [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]

Revision as of 12:01, 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