mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
nga-python: add a Makefile for the Python image, update embedded image to provide coverage for i/o devices
FossilOrigin-Name: 709420db0d18a7794c208ce4827bd0f948ec47789a672371001faa54f985b498
This commit is contained in:
parent
71f1598033
commit
676c09a9f8
2 changed files with 1062 additions and 848 deletions
7
Makefile.python
Normal file
7
Makefile.python
Normal file
|
@ -0,0 +1,7 @@
|
|||
PYTHON ?= python3
|
||||
|
||||
default:
|
||||
cp ngaImage pythonImage
|
||||
$(PYTHON) tools/retro-extend.py pythonImage interface/clock.retro interface/filesystem.retro interface/floatingpoint.retro interface/rng.retro
|
||||
$(PYTHON) tools/retro-embedimage.py pythonImage >vm/nga-python/InitialImage.py
|
||||
rm -f pythonImage
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue