Skip to content

arogov-com/x86-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86-os

Hobby OS project for experiments in operating system development

Implemented features:

  • It loads!
  • Switchable virtual terminal
  • Keyboard
  • GDT
  • IDT (exceptions and interrupts handling)
  • System calls
  • Multitasking with round-robin
  • Paging
  • Memory management with kealloc/kefree

Build dependencies:

  • gcc
  • make
  • grub
  • xorriso
  • qemu
  • bochs

Releases

No releases published

Packages

No packages published