mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:20:56 +11:00
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
|
After the last word of the dictionary comes the "source init"
|
||
|
part. The boot sequence is designed to interpret whatever comes
|
||
|
after LATEST as Forth source, and this, until it reads ASCII
|
||
|
EOT character (4). This is generally used for driver init.
|
||
|
|
||
|
Good luck!
|