This repository contains the source files of DAX OS and kernel
DaxOS is a hobbyist operating system made for pedagogical purposes.
- Work through the OS-dev bare-bones tutorial here. This will ensure that you have all the tools such as the GCC cross compiler.
- Ensure that you understand the source code and explanations provided in the Meaty Skeleton tutorial. This project builds on top of this source.
- VGA Terminal Driver
- PS/2 Keyboard Driver
- Memory Management
- Graphics Support
- Image Support