a tiny operating system kernel (developing)
一个简易的操作系统内核,在bochs中运行。
- install and configure bochs
You need install bochs first, and create a hard disk image like this:ata0-master: type=disk, path="the path", mode=flat
.
It's better to put bochs in this direcotry(xbayOS
).
- make
make all
- run
your_bochs_path/bochs -f your_bochs_configure_file_path