image_start()

QNX SDP8.0Building Embedded SystemsConfigurationDeveloper

Jump to the bootable OS image start point

Synopsis:

int image_start (unsigned long address)

Arguments:

address
The address in memory of the OS startup code to which the function must jump

Description:

The image_start() function starts the OS image by jumping to the startup_vaddr address as defined in the startup header (see The startup header).

Returns:

This function should never return; if it fails, it returns -1.

-1
Failure
Page updated: