Skip to content
Baptiste Wicht edited this page Feb 8, 2014 · 11 revisions

To build Thor-OS, you need a cross compiler. You need to follow these steps to build one: Cross-Compiler.

To run it you need either Qemu or Bochs.

Once you have build the cross compiler, you can run Thor-OS using one of these two ways:

  1. On Qemu:

    make qemu

  2. On Bochs

    make bochs

and normally, Thor should be running.

If you have any problem, open an issue on this project or contact me directly.

Clone this wiki locally