/xbayOS

a tiny operating system kernel (developing)

Primary LanguageCGNU General Public License v3.0GPL-3.0

xbayOS

a tiny operating system kernel (developing)

一个简易的操作系统内核,在bochs中运行。

how to build

  1. 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).

  1. make
make all
  1. run
your_bochs_path/bochs -f your_bochs_configure_file_path