yet another PlayStationPortable Documentation

28  Boot Process


index

28.1  Cold Boot


index

28.1.1  embedded Bootstrap


does minimal initialization, copies Stage 1 to RAM and executes it.
index

28.1.2  IPL Stage 1


decrypts and executes Stage 2
index

28.1.3  IPL Stage 2


initializes the System, boots PRXs in 'VSH Mode' (from /kd/pspbtcnf.txt)and finally launches the VSH.
index

28.2  Load Exec


index

28.2.1  Stage 1


sceKernelLoadExec LoadExec LoadExecBody LoadExecAction sub_FCC LoadExecAction
index

28.2.2  Stage 2


initializes the System, boots PRXs in 'Game Mode' (from /kd/pspbtcnf_game.txt) ,or 'Updater Mode' (from /kd/pspbtcnf_updater.txt) if the Executable is launched from an updater directory, and finally launches the Game or Updater. Similar to IPL Stage 2
index

28.3  Exit Game


initializes the System, boots PRXs in 'VSH Mode' (from /kd/pspbtcnf.txt)and finally launches the VSH.
index

28.4  reboot.prx


index