boot_splash_set_stage
void boot_splash_set_stage(int stage);
boot_splash_set_stage(BOOT_SPLASH_STAGE_1_INIT_MODULES);
boot_splash_set_stage(BOOT_SPLASH_STAGE_2_BOOTSTRAP_FS);
boot_splash_set_stage(BOOT_SPLASH_STAGE_3_INIT_DEVICES);
boot_splash_set_stage(BOOT_SPLASH_STAGE_4_MOUNT_BOOT_FS);
boot_splash_set_stage(BOOT_SPLASH_STAGE_5_INIT_CPU_MODULES);
boot_splash_set_stage(BOOT_SPLASH_STAGE_6_INIT_VM_MODULES);
boot_splash_set_stage(BOOT_SPLASH_STAGE_7_RUN_BOOT_SCRIPT);