Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 309 Bytes

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