Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:techref:process.boot [2018/06/07 17:25] – link fixed tmomas | docs:techref:process.boot [2023/03/09 13:48] (current) – [Process Trinity] Drop redundant word brlin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== The Boot Process ====== | ====== The Boot Process ====== | ||
| + | |||
| + | <WRAP center round alert 60%> | ||
| + | As noted below, this page is woefully out of date | ||
| + | </ | ||
| + | |||
| | Please also see [[docs: | | Please also see [[docs: | ||
| Line 15: | Line 20: | ||
| ===== Process Trinity ===== | ===== Process Trinity ===== | ||
| - | The Machine gets powered on and some very very basic very low level hardware stuff gets done. You could connect to it over the [[docs: | + | The Machine gets powered on and some very very basic very low level hardware stuff gets done. You could connect to it over the [[docs: |
| ==== Bootloader ==== | ==== Bootloader ==== | ||
| Line 21: | Line 26: | ||
| - the bootloader performs the [[wp> | - the bootloader performs the [[wp> | ||
| - the bootloader decompresses the Kernel image from its (known!) location on the flash storage into main memory (=RAM) | - the bootloader decompresses the Kernel image from its (known!) location on the flash storage into main memory (=RAM) | ||
| - | - the bootloader executes the Kernel with '' | + | - the bootloader executes the Kernel with '' |
| ==== Kernel ==== | ==== Kernel ==== | ||