Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:techref:process.boot [2019/06/20 03:34] – [The Boot Process] jeffdocs:techref:process.boot [2023/03/09 13:48] (current) – [Process Trinity] Drop redundant word brlin
Line 20: 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:techref:hardware:port.jtag|JTAG Port]] port and issue commands.+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:techref:hardware:port.jtag|JTAG Port]] and issue commands.
  
 ==== Bootloader ==== ==== Bootloader ====
Line 26: Line 26:
   - the bootloader performs the [[wp>Power-on self-test|POST]], which is a low-level hardware initialization   - the bootloader performs the [[wp>Power-on self-test|POST]], which is a low-level hardware initialization
   - 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 ''init=...'' option (default is ''[[docs:guide-user:base-system:notuci.config#etcpreinit|/etc/preinit]]'')+  - the bootloader executes the Kernel with ''init=...'' option (default is <del>''[[docs:guide-user:base-system:notuci.config#etcpreinit|/etc/preinit]]''</del> ''/sbin/init'')
  
 ==== Kernel ==== ==== Kernel ====
  • Last modified: 2019/06/20 03:34
  • by jeff