Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Merged OSRC, did some cleanup)
(Complete)
Line 116: Line 116:
* [http://www.scs.cs.nyu.edu/aos/ Advanced Operating Systems (NYU)]
* [http://www.scs.cs.nyu.edu/aos/ Advanced Operating Systems (NYU)]
* [http://pdos.csail.mit.edu/6.828/2004/ Operating System Engineering (MIT)]
* [http://pdos.csail.mit.edu/6.828/2004/ Operating System Engineering (MIT)]




== working set ==
My administrative section (todolist) during the merge. - [[User:Combuster|Combuster]] 04:58, 18 September 2007 (CDT)

=== dead links ===
* [http://www.cs.ucla.edu/~~kohler/class/aos-f04/ Advanced OS Development], includes 5 labs showing pmode, virtual memory, loading and running programs, etc. (UCLA)
* [http://www.kernelguys.org Kernelguys.org] Kernel related resources collection
* [http://www.clipx.net/ng/bios/ interrupts and POST variables list, an alternative to ralf brown's interrupt list]
* [http://www.hut.fi/~then/mytexts/mouse.html MS mouse protocol]
* [http://www.hut.fi/~then/mytexts/mouse.html how mice work in general]
* [http://my.execpc.com/~geezer/temp/serial.c serial mouse demo program]
* [http://warmaster.ath.cx/bkerndev/ bkerndev]
* [[Topic:8753|quick overview of what realtime Operating Systems are (really)]] (not really dead, but close enough)

=== temp ===
(empty)


[[Category:Resources]]
[[Category:Resources]]

Revision as of 17:17, 18 September 2007

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

This page is currently undergoing a reorganization. Read the talkpage for more info

Operating System Development


Hardware Specifications

Processors

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