Skip to content

psychomantys/miniOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniOS

Small OS home made with C++.

Features:

  • Suport to libc with tested lib PDCLib
  • C++ global and local ctor and dtors
  • Standard C++ OS
  • new, malloc, delete, free and more
  • Data structures (Dynamic Queue and Static Queue)
  • Keyboard ( getch blocking function )
  • IRQ
  • GDT
  • IDT
  • PIT
  • ISR