diff --git a/Makefile b/Makefile index 984faba..47e253b 100644 --- a/Makefile +++ b/Makefile @@ -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)