NovaOS is a x86 protected mode operating system made in C and x86 Assembly by ArTic/JhoPro. It has a lot of features, including a GUI and a shell! This project is being actively developed as a personal journey to dive deeper into the world of operating systems. As such, NovaOS is constantly evolving, with new features and improvements being added over time. Itโs a work in progress, but every update pushes the boundaries of whatโs possible in this ambitious endeavor.
NovaOS.demonstration.mp4
NovaOS will only work on QEMU, so it can have more easily and readable operations and functions.
- โ VBE Support (640x480 8bpp)
- โ Global Descriptor Table (GDT)
- โ Entering Protected Mode
- โ Fonts and Print Functions
- โ Interrupts (IDT, ISR, IRQ)
- โ Keyboard Driver
- โ Mouse Driver
- โ Memory Management
- โ File System
- โ Shell
- โ Graphical Interface (GUI)
- โ Network Driver
- โ Processes
- โ Multitasking
- โ User Documentation
i686 elf gcc and nasm
Run the make.bat script for windows (Not included bash)
use qemu-system-x86_64 -drive format=raw,file="NovaOS.img"
NovaOS is an Open Source project, so everyone can contibute for it! You can help me starring/forking this project or help with code using pull requests (and optimize more!)