Added extra runner on Makefile
This commit is contained in:
11
Makefile
11
Makefile
@@ -16,7 +16,7 @@ $(OUT): $(SRC) $(LD_SCRIPT)
|
||||
clean:
|
||||
rm -f $(OUT) kernel.map
|
||||
|
||||
run: $(OUT)
|
||||
run-container: $(OUT)
|
||||
distrobox enter archlinux -- qemu-system-riscv32 \
|
||||
-machine virt \
|
||||
-bios default \
|
||||
@@ -24,3 +24,12 @@ run: $(OUT)
|
||||
-serial mon:stdio \
|
||||
-no-reboot \
|
||||
-kernel $(OUT)
|
||||
|
||||
run: $(OUT)
|
||||
qemu-system-riscv32 \
|
||||
-machine virt \
|
||||
-bios default \
|
||||
-nographic \
|
||||
-serial mon:stdio \
|
||||
-no-reboot \
|
||||
-kernel $(OUT)
|
||||
|
||||
Reference in New Issue
Block a user