mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-25 10:30:57 +00:00
README bootstrapping VolksForth
This commit is contained in:
parent
78060fe303
commit
2edaff5715
BIN
msdos/FORTH.COM
Normal file
BIN
msdos/FORTH.COM
Normal file
Binary file not shown.
BIN
msdos/META.COM
Normal file
BIN
msdos/META.COM
Normal file
Binary file not shown.
BIN
msdos/MINIMAL.COM
Normal file
BIN
msdos/MINIMAL.COM
Normal file
Binary file not shown.
25
msdos/README.ORG
Normal file
25
msdos/README.ORG
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#+TITLE: VolksForth MS-DOS README
|
||||||
|
#+AUTHOR: Carsten Strotmann
|
||||||
|
#+DATE: <2020-06-19 Fri>
|
||||||
|
|
||||||
|
* 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=.
|
Loading…
Reference in New Issue
Block a user