diff --git a/8086/pc-baremetal/Makefile b/8086/pc-baremetal/Makefile index afbebea..d39ca1f 100644 --- a/8086/pc-baremetal/Makefile +++ b/8086/pc-baremetal/Makefile @@ -10,7 +10,7 @@ all: $(TARGET) $(BLKPACK) < $< > $@ $(TARGET): kernel.fb meta.fb - emu2 $(BASE)/8086/msdos/volks4th.com "include kernel.fb bye" + emu2 $(BASE)/8086/pc-baremetal/volks4th.com "include kernel.fb bye" .PHONY: floppy floppy: @@ -22,4 +22,4 @@ qemu: .PHONY: clean clean: - rm -f $(TARGET) meta.com *.fb + rm -f $(TARGET) meta.com *.fb floppy.img diff --git a/8086/pc-baremetal/volks4th.com b/8086/pc-baremetal/volks4th.com new file mode 100644 index 0000000..072437c Binary files /dev/null and b/8086/pc-baremetal/volks4th.com differ