diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 15:04:04 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 15:04:04 -0400 |
| commit | 858a52c06a4615bd58a6a906333f2ad707d41c0a (patch) | |
| tree | 16870cd4d67da283567a72a74d28c04464da292a /Makefile | |
| parent | 65ba015d6c1f248d36ad01a653bc49637804b15b (diff) | |
| download | jove-os-858a52c06a4615bd58a6a906333f2ad707d41c0a.tar.gz jove-os-858a52c06a4615bd58a6a906333f2ad707d41c0a.tar.bz2 jove-os-858a52c06a4615bd58a6a906333f2ad707d41c0a.zip | |
usermode pager
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ test: $(TEST_HDD) $(KERNEL_BIN) $(INITRD_TAR) $(SYSROOTDIR) sudo umount $(TEST_HDD_DIR) sudo losetup -d $$LOOPBACK_DEV sudo rm -rf $(TEST_HDD_DIR) - qemu-system-x86_64 -m 512M -M q35 -bios ovmf-x64/OVMF.fd -net none -smp 4 -hda test.hdd -serial stdio -no-shutdown -no-reboot -s -d int -d guest_errors + qemu-system-x86_64 -m 512M -M q35 -bios ovmf-x64/OVMF.fd -net none -smp 4 -hda test.hdd -serial stdio -no-shutdown -no-reboot -s .PHONY: $(TEST_HDD) $(TEST_HDD): |
