diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-29 08:03:04 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-29 08:03:04 -0400 |
commit | 6da213d840f07a2921091a6d2fab7efa5ec5cdfa (patch) | |
tree | 5f381f61049b92b13416f15a4622b87a6aee56f9 /Makefile | |
parent | c7066d295039b833dd026e200a5aa735631bdf34 (diff) |
enter user mode
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,5 +39,5 @@ clean: run: myos.iso @echo " QEMU" - @qemu-system-i386 -drive file=$<,index=2,media=cdrom -monitor stdio -no-reboot #-s -S #-d int + @qemu-system-i386 -drive file=$<,index=2,media=cdrom -monitor stdio -no-reboot -s -S #-d int |