mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-19 02:08:38 +00:00
Use adapted volks4th.com for meta compiling
This commit is contained in:
parent
18b56869ff
commit
52740e8949
@ -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
|
||||
|
BIN
8086/pc-baremetal/volks4th.com
Normal file
BIN
8086/pc-baremetal/volks4th.com
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user