Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(→‎Buses: Fixed broken links)
(→‎Buses: Fixed broken links)
Line 61: Line 61:
* [https://retired.beyondlogic.org/usb/usbdevdrvs.htm more USB info]
* [https://retired.beyondlogic.org/usb/usbdevdrvs.htm more USB info]
* [http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf USB OHCI]
* [http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf USB OHCI]
* [http://www.intel.com/technology/usb/download/ehci-r10.pdf USB EHCI]
* [https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/ehci-specification-for-usb.pdf USB EHCI]
* [http://www.intel.com/technology/1394/download/ohci_11.pdf OHCI for FireWire]
* [http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/ohci_11.pdf OHCI for FireWire]
* [http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf OHCI mirror]
* [http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf OHCI mirror]


https://www.intel.com/content/dam/www/public/us/en/documents/technology/1394/download/ohci_11.pdf

http://www.intel.com/technology/1394/download/ohci_11.pdf


== Software Specifications ==
== Software Specifications ==

Revision as of 11:51, 16 June 2018

This page maintains a list of resources related to operating system development. Often, links become outdated or sites go down. If a link does not work, try to see if it was backed up on archive.org.

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


https://www.intel.com/content/dam/www/public/us/en/documents/technology/1394/download/ohci_11.pdf

http://www.intel.com/technology/1394/download/ohci_11.pdf

Software Specifications

Other Specifications

Source Code

University Courses