Project Todo List

From Dexter
Revision as of 20:11, 31 March 2023 by Splanck (talk | contribs) (Created page with "===Project Todo List=== Here is a list of items we hope to achieve with Dexter. We'll be adding, removing, and changing this all the time. The further down the list you go, the less it is likely to be accurate. ====Phase I Completed Items:==== - Custom boot loader - Kernel passes control from assembly to C - Enable and handle hardware interupts - Basic memory paging enabled ====Phase I to be Completed:==== - Keyboard driver - Custom basic command shell - Task sched...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Project Todo List

Here is a list of items we hope to achieve with Dexter. We'll be adding, removing, and changing this all the time. The further down the list you go, the less it is likely to be accurate.

Phase I Completed Items:

- Custom boot loader - Kernel passes control from assembly to C - Enable and handle hardware interupts - Basic memory paging enabled

Phase I to be Completed:

- Keyboard driver - Custom basic command shell - Task scheduler to run user processes - Basic support for C standard library functions - Start implementing OS interupts - Basic custom file system

Phase II

- Mouse driver - Basic VGA driver - Expanded full featured command shell - Improved file system with security - Basic file system utilities - Fairly complete C standard library implemented - Begin work on OS APIs

Phase III

- Create standard driver framework - Begin porting some basic UNIX applications - Basic working TCP/IP networking stack - Basic network driver

Phase IV

- Migrate development tools to allow Dexter to natively build itself - Basic SVGA driver