Skip to content

flebedev77/kob-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KOB OS

i386 32 bit operating system. With basic bare bones functionality to demonstrate the code required for an operating system to function.

Compiling

Run make setup to create the proper build directory structure. Then you can run make it will build and attempt to launch the os through qemu.

You can also have the makefile generate an iso file, which you can clone to a usb and boot on real hardware. make build/os.iso

This may damage your hardware, I am not liable for any damages.

Features

  • 80 by 25 terminal display
  • Interrupt driven PS2 keyboard driver

About

basic x32 bit operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors