-
Notifications
You must be signed in to change notification settings - Fork 1
Home
AlphaOS is a small kernel originally created by Robert Schofield and Matthew Carey. While we aimed to create this completely from scratch, we needed to look at some tutorials in order to get us started. The first version we created is basically just a combination of various little tutorials and small snips of code that we found on the web. The basic mission of this kernel is to create both a UNIX-like system and a DOS like system. Although the CLI of the OS is currently being debated, our final project will have an incredibly simple API, and a thorough documentation. When we are finished, the transition from current OS's to this one will be very simple, and hopefully unnoticeable.
On this Wiki, you will find information about the OS itself and detailed documentation explaining our development and our API. You will also find links to the OS development tutorials we used.