-
Running
cargo run
will build the kernel and a bootable ISO and then run it usingqemu
(if installed). -
Running
cargo run -- with hdd
will build the kernel and a raw HDD image and then run it usingqemu
(if installed). -
Running
cargo run -- only build
will only build the kernel and a bootable ISO. -
Running
cargo run -- only build with hdd
will only build the kernel and a raw HDD image.
Note
Adding with uefi
to each command will build with a UEFI-compatible firmware.