To compile Rust sources, the targetx86_64-unknown-none
must be available. It can be installed via:
rustup target add x86_64-unknown-none
One command to rule them all
Compile and link all the needed sources. Objects will be placed inside thebuild directory
The disk image will be created in the project's root directory and will have a size of approximately 100 MB
At the moment the only supported emulators areqemu
andbochs
The emulator to use can be choosen by setting theVM
variable while callingmake
The default emulator isqemu
. To run withbochs
:
Thebuild folder and the disk image will be permanently deleted
Long Live Rebels