Boot Sequence

From the analysis of the application files we can guess the boot sequence in terms of loaded files:

Bootrom.dat is where it all begins.

- Application/Boot/ssm_boot.out then starts all these:
(In order)
- Application/BTL/Interpreter_C.gz
- C-Language interpreter

- Application/BTL/BTL.gz

- Application/BTL/File_Search.gz
- File Operations functions

- Application/ACL/ACL.gz

- Application/BTL/HDD_State.gz
- HDD state and partition access functions

- Application/SSM/ssm.gz
- Loads the next Modules:

- BCM
- MGR
- MMI

(.gz files are the compressed version of .out files available in the APPLI Partition)

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License