Use adapted volks4th.com for meta compiling

This commit is contained in:
Carsten Strotmann 2021-04-20 09:36:50 +02:00
parent 18b56869ff
commit 52740e8949
2 changed files with 2 additions and 2 deletions

View File

@ -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

Binary file not shown.