rust-operating-system/justfile
2022-02-13 19:56:35 -08:00

8 lines
149 B
Makefile

default:
just --list
run_os:
cargo bootimage
qemu-system-x86_64 -drive format=raw,file=target/x86_64_target/debug/bootimage-rustos.bin