seedres

Seed system resources on x86 platforms

Syntax:

seedres

Runs on:

QNX Neutrino

Targets:

x86

Options:

None.

Description:

The seedres utility reads the PnP BIOS and assigns resources, such as I/O ports and IRQs, to procnto's resource database. You need it if you want drivers to assign nonconflicting resources.

Note: This utility is for x86 platforms; on other platforms, the startup code seeds the system resources.

For more information about the resource database, see rsrcdbmr_attach() in the QNX Neutrino C Library Reference.

Examples:

The following lines from a buildfile show how to start seedres and pci-bios on an x86 platform:

...
seedres
pci-bios
...