Seed system resources on x86 platforms
seedres
Neutrino
None.
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.
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 Neutrino Library Reference.
The following lines from a buildfile show how to start seedres and pci-bios on an x86 platform:
... seedres pci-bios ...
rsrcdbmr_attach() in the Neutrino Library Reference
Controlling How Neutrino Starts in the Neutrino User's Guide