6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
|
|
IN: kernel-internals
|
||
|
|
USING: help kernel ;
|
||
|
|
|
||
|
|
HELP: boot
|
||
|
|
{ $description "Called on startup as part of the boot quotation (see " { $link set-boot } ") to initialize the runtime and prepare it for running user code." } ;
|