mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +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) < $< > $@
|
$(BLKPACK) < $< > $@
|
||||||
|
|
||||||
$(TARGET): kernel.fb meta.fb
|
$(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
|
.PHONY: floppy
|
||||||
floppy:
|
floppy:
|
||||||
@ -22,4 +22,4 @@ qemu:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
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