/ToyOS

A toy kernel with x86_64

Primary LanguageCGNU General Public License v3.0GPL-3.0

A Toy OS to learn x86 and OS

How to run Toy OS

You need install the bochs with debugger first.

Build your own Bochs?Click here

make check #To check you have debug environment or not

If you have passed the test,You can directly run the following script to start the kernel.

make bochs

after run bochs

Choose to use Intel or AMD CPU. (But AMD CPU cannot get the full experience)

After starting Bochs, use "continue" to run the kernel.