Update
This commit is contained in:
parent
6c86f68253
commit
491c5ff885
17 changed files with 1836 additions and 1764 deletions
|
@ -22,7 +22,7 @@ Bootstrapping as a general principle can aid us in creation of extremely free te
|
|||
|
||||
## Booting: Computer Starting Up
|
||||
|
||||
Booting as in "staring computer up" is also a kind of setting up a system from the ground up -- we take it from granted but remember it takes some [work](work.md) to get a computer from being powered off and having all RAM empty to having an operating system loaded, hardware checked and initialized, devices mounted etc.
|
||||
Booting as in "staring computer up" is also a kind of setting up a system from the ground up -- we take it for granted but remember it takes some [work](work.md) to get a computer from being powered off and having all RAM empty to having an operating system loaded, hardware checked and initialized, devices mounted etc.
|
||||
|
||||
Starting up a **simple computer** -- such as some [MCU](mcu.md)-based [embedded](embedded.md) [open console](open_console.md) that runs [bare metal](bare_metal.md) programs -- isn't as complicated as booting up a mainstream [PC](pc.md) with an [operating system](operating_system.md).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue