| #FORTHP = $(ENGINE) --die-on-signal -i ./$(kernel_fi) |
#FORTHP = $(ENGINE) --die-on-signal -i ./$(kernel_fi) |
| #the "-2 image-included-files +!" undoes the change to image-included-files |
#the "-2 image-included-files +!" undoes the change to image-included-files |
| # in exboot.fs |
# in exboot.fs |
| STARTUP = exboot.fs startup.fs @asm_fs@ @disasm_fs@ |
STARTUP = exboot.fs startup.fs @disgdb_fs@ @asm_fs@ @disasm_fs@ |
| STRIP = strip |
STRIP = strip |
| TEXI2DVI = texi2dvi -e |
TEXI2DVI = texi2dvi -e |
| TEXI2PDF = texi2dvi --pdf -e |
TEXI2PDF = texi2dvi --pdf -e |
| code.fs \ |
code.fs \ |
| debug.fs \ |
debug.fs \ |
| debugs.fs \ |
debugs.fs \ |
| |
dis-gdb.fs \ |
| ekey.fs \ |
ekey.fs \ |
| savesys.fs \ |
savesys.fs \ |
| environ.fs \ |
environ.fs \ |