Proceedures for making a bootfile

Where would I find guidence on making a bootfile for a platform?
Chris

qnx.com/developers/articles/ … 310_3.html

and

qnx.com/developers/articles/ … 311_3.html

If you look in the bootstrapsection you see there is a binary that is provided with
each buildfile. In the X86 it is startup-bios.

I would like to know how those are made.

If I were to make one to support a different board or address layout
how would I go about making this binary?

Regards
Chris

For which board? You need a BSP (Board Support Package) that is closest to your board. BSP’s contain startup-something, in source. You can adjust it to your board and compile, here you go.