add test-bochs target to makefile

This commit is contained in:
2025-03-18 00:22:56 +03:00
parent 9f6533d0bd
commit a899964fce
+3
View File
@@ -25,6 +25,9 @@ image:
test:
qemu-system-i386 -drive file=boot.iso,media=disk,format=raw -m 512M
test-bochs:
bochs -f bochsrc
$(OUTPUT): $(OBJS)
$(CC) -T $(LDSCRIPT) -o $@ $(OBJS) $(LDFLAGS)