Skip to content

Commit

Permalink
add: Makefile run quemu with vnc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrgoblings committed Nov 4, 2024
1 parent 9f3fc36 commit d60f745
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

all: clean kernel-rust image run

vnc: clean kernel-rust image run-vnc

no-run: clean kernel-rust image

test:
Expand All @@ -17,6 +19,9 @@ image:
run:
qemu-system-x86_64 AnasOS.iso

run-vnc:
qemu-system-x86_64 AnasOS.iso -vnc :0

clean:
-@rm -r anasos-kernel/target
-@rm AnasOS/boot/kernel
Expand Down

0 comments on commit d60f745

Please sign in to comment.