Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
Line 21: Line 21:
=== Processors ===
=== Processors ===
* [https://software.intel.com/en-us/articles/intel-sdm Intel Manuals]
* [https://software.intel.com/en-us/articles/intel-sdm Intel Manuals]
* [http://www.nondot.org/sabre/os/articles/ProcessorArchitecture/ Processor Architecture]
* [http://www.nondot.org/sabre/os/articles/ProcessorArchitecture/ Processor Architecture] Link broken
* [http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html?the_id=13 x86-64(AMD64)]
* [http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html?the_id=13 x86-64(AMD64)]



Revision as of 10:10, 13 August 2017

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

Operating System Development

Warning: External tutorials tend to be old, have bugs, don't follow current community recommendations, and often aren't community edited.

Hardware Specifications

Processors

BIOS

Motherboard Devices

Human Input Devices

Video

Storage

Audio

Network and Communication ports

Buses

Software Specifications

Other Specifications

Source Code

University Courses