Skip to content

ismailtzn/mitbos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mitbos

A simple operating system project to learn how an operating system implemented from scratch.

  • To generate boot sector use nasm assambler
nasm boot_sect.asm -f bin -o boot_sect.bin
  • To run qemu emulator with generated boot sector
qemu-system-x86_64 -drive file=boot_sect.bin,format=raw

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published