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 [2018/06/07 17:25] – link fixed tmomasdocs: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
 +</WRAP>
 +
  
 | Please also see [[docs:techref:requirements.boot.process]]\\ This guide it not up-to-date! It does not mention [[docs:techref:procd]] | | Please also see [[docs:techref:requirements.boot.process]]\\ This guide it not up-to-date! It does not mention [[docs:techref:procd]] |
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: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 21: 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: 2018/06/07 17:25
  • by tmomas