mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-19 17:31:23 +00:00
.. | ||
ansi.vid | ||
asm.fb | ||
bios.vid | ||
blocking.fb | ||
ced.fb | ||
disasm.fb | ||
disks.cfg | ||
dos.fb | ||
double.fb | ||
editor.fb | ||
epson.prn | ||
extend.fb | ||
f83asm.fb | ||
FORTH.COM | ||
graphic.prn | ||
install.fb | ||
kernel.com | ||
kernel.fb | ||
kernel.org | ||
m130i.prn | ||
META.COM | ||
meta.fb | ||
MINIMAL.COM | ||
minimal.sys | ||
multi.vid | ||
nec8023.prn | ||
primed.fb | ||
README.ORG | ||
rfe.fb | ||
see.fb | ||
serial.fb | ||
stream.fb | ||
system.cfg | ||
tasker.fb | ||
timer.fb | ||
tools.fb | ||
volks4th.com | ||
volks4th.sys |
VolksForth MS-DOS README
- How to meta-compile a new kernel
- creating a minimal system with a simple editor
- creating a full VolksForth system from the minimal kernel
How to meta-compile a new kernel
After making changes the the Forth kernel source in kernel.fb
,
restart volksforth.com
to have a clean system and compile a new
"minimal" kernel with include kernel.fb
. This will create a new
FORTH.COM
executable.
creating a minimal system with a simple editor
Execute forth.com include minimal.sys
to generate the file
minimal.com
which contains a minimal VolksForth system with the
Retro-Forth editor
https://fossil.forth-ev.de/volksforth/wiki?name=Atari8bit-retrofortheditor
This system can be used to edit the file volksforth.sys
or other
Forth source block files needed to create a full VolksForth system.
creating a full VolksForth system from the minimal kernel
Execute forth.com include volks4th.sys
to create a new fully
equipped VolksForth executable volks4th.com
.