bootstrap.image: add make-my-image to docs.
parent
b9bd328f2e
commit
ab9eca2454
|
@ -46,7 +46,7 @@ HELP: sub-primitives
|
|||
|
||||
ARTICLE: "bootstrap.image" "Bootstrapping new images"
|
||||
"A new image can be built from source; this is known as " { $emphasis "bootstrap" } ". Bootstrap is a two-step process. The first stage is the creation of a bootstrap image from a running Factor instance:"
|
||||
{ $subsections make-image }
|
||||
{ $subsections make-image make-my-image }
|
||||
"The second bootstrapping stage is initiated by running the resulting bootstrap image:"
|
||||
{ $code "./factor -i=boot.x86.32.image" }
|
||||
"This stage loads additional code, compiles all words, and creates a final " { $snippet "factor.image" } "."
|
||||
|
|
Loading…
Reference in New Issue