Skip to content

keyvank/zincos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)