VolksForth/8086/msdos/src/minimal.sys
Philip Zembrod 5dc3bbef7c Move all msdos block file Forth sources (.fb, .vid, .sys, .prn) to the
msdos/src subdir and generate .fth copies of the .fb files.
2022-02-01 22:33:21 +01:00

1 line
6.0 KiB
Plaintext

\\ Startup: Load Standard System cas 11nov05 This file can be used to create a minimal volksFORTH from a plain KERNEL.COM. The System will be saved as "MINIMAL.COM". The minimal volksFORTH contains a simple line editor from the book "Starting Forth". The minimal system can be used to adapt EDITOR.FB and VOLKS4TH.SYS for special hardware. \ System LOAD-Screen for MS-DOS volksFORTH cas 11nov05 Onlyforth warning off include extend.fb include tools.fb include rfe.fb \ retro forth editor : initial rfe.fb 0 list restart ; ' initial Is 'cold warning on clear savesystem MINIMAL.COM bell .( New System saved as "MINIMAL.COM". ) cr