Skip to content

ViruKM/nobotro-os

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple operating system with bootloader and mini kernel. bootloader written in asm and mini kernel in c.
it has protected mode ,gdt,simple video and keyboard driver,standart c librarys.
good for study purposes

make all -to compile
make emu-to emulate in qemu
make flash-to write os in flash drive and check in real pc(!!!warning. use formated and empty usb drive.
check usb drive path in make file before flash to avoid data los.in my case usb drive is in /dev/sdb )

yotutube video: https://www.youtube.com/watch?v=ug6WjV-6JwA

About

simple operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.9%
  • Assembly 23.9%
  • Makefile 6.7%
  • C++ 0.5%