Main Page
From ScribbleWiki: My Operating System
The purpose of this wiki is to document information collected in regard to Operating System development. The main aims of this venture are,
Contents |
Here is a link to the Glossary.
And the major help in this regard, OSDEV Wiki.
[edit] Understanding the basics
As the first steps in this regard, I have begun reading about the basics of,
Another division of this list could be,
- Assembly level implementation
- Switching to C
- System calls and interrupts
- Porting software to the new platform
- Paging and swapping
- Context switching
- DMA
[edit] Understanding kernels
In this regard, I have started reaading,
- The Design of the UNIX operating system - currently reading
- Understanding the Linux kernel - to be started
- The intel microprocessors - paused