commit cd91ffad211adc2d0ced2b6900f832e4b835af37
parent 49e2fa6bc9af61754b833efe69215c9878530c63
Author: neau <neau@web>
Date: Thu, 23 Jun 2022 04:41:22 +0200
empty web commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrapping.mdwn b/bootstrapping.mdwn
@@ -16,7 +16,7 @@ Rust compiler written in Rust). Usually, a language is made available on a
new processor architecture by cross-compiling its compiler to it, but if
that option is not available, bootstrapping is needed.
-In case of ordinary software, bootstrapping means not only compiling the program itself but also compiling/bootstrapping all of its software [[dependecies|dependency]] from the lowest level, including the [[operating system]]. The amount of computing resources (especially storage space and computing time) required for bootstrapping can be used to measure **bootstrap complexity**.
+In case of ordinary software, bootstrapping means not only compiling the program itself but also compiling/bootstrapping all of its software [[dependecies|dependency]] from the lowest level, including the [[operating system|operating systems]]. The amount of computing resources (especially storage space and computing time) required for bootstrapping can be used to measure **bootstrap complexity**.
Binary executables compiled for simple [[virtual machine]]s can be used to
help bootstrapping. A good idea might be to have a simple, easily