Handbook
Glossary
print-report ( -- )
Vocabulary
bootstrap
.
stage2
Inputs
None
Outputs
None
Definition
USING:
io
namespaces
system
;
IN:
bootstrap.stage2
:
print-report
( -- )
"Core bootstrap completed in "
write
core-bootstrap-time
get
print-time
"Bootstrap completed in "
write
bootstrap-time
get
print-time
"Bootstrapping is complete."
print
"Now, you can run Factor:"
print
vm-path
write
" -i="
write
"output-image"
get
print
flush
;