zincos icon indicating copy to clipboard operation
zincos copied to clipboard

A lightweight and readable C++11 Operating System!

ZincOS

A readable C++11 Operating System

Implemented features so far:

  • Block Allocator
  • Heap Allocator
  • Paging and Virtual Memory
  • Multi-Tasking and Scheduling
  • Terminal (80x25 VGA text-mode screen for each process)
  • Userland (Entering User-Mode and providing System-Calls)