We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
On Qemu:
make qemu
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.