Skip to content

AlexiaChen/MikoOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MikoOS

A implementation of OS based-on bochs written C

Requirement

  • Bochs 2.6.11
  • Bochs-x
  • NASM
  • bximage
# ubuntu is better, it also works on WSL2 for windows
sudo apt install nasm bochs bochs-x bximage clang-format

Build Kernel and Floppy Image

  • Build and Burn kernel into floppy
make

Run Kernel floppy image

  • Boot
# run kernel on bochs for linux
make run
# in the interative bochs cli
bochs> continue

# exit
bochs> exit

About

A implementation of 64bit-OS based-on bochs written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published