Creating an Operating System: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Further work on this draft
Add more Phase III things to do
Line 129: Line 129:


The uses for networking support are obvious, so you will likely want to do this.
The uses for networking support are obvious, so you will likely want to do this.

=== Sound ===
{{Main|Sound}}

Sound is an important part of the computing experience and depending on your needs, you may well wish to support sound on common hardware.

=== Universal Serial Bus ===
{{Main|USB}}

If you need to communicate with modern peripherals, you will likely need a USB stack and support for the various common USB controllers.


== Phase IV: Bootstrapping ==
== Phase IV: Bootstrapping ==