Skip to content

psychomantys/miniOS

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