Author
Ramón Mayedo
Project active since
Project active till
Language
C++
Kernel type
Monolyth
Platforms
IA-32
User interface
GUI
License
GNU GPL v3.0
The kernel is developed in C++. It is designed to run on Intel x86 architecture. Supported functionalities:
- Multitasking
- Multithreading
- FAT32 and BFS file systems
- Virtual memory manager
- Controllers
Hierarchical protection domains (Kernel runs in ring 0 and user applications in ring 3).
Multitasking: Each task is executed every 1ms intervals. For now all tasks have the same priority.