I notice that on QNX 6.2.1 PE, there are several different
versions of “procnto” for x86, “/boot/sys” and “/proc/boot” have
different versions, of quite different size. Is this intentional?
John Nagle
Team Overbot
http://www.overbot.com
I notice that on QNX 6.2.1 PE, there are several different
versions of “procnto” for x86, “/boot/sys” and “/proc/boot” have
different versions, of quite different size. Is this intentional?
John Nagle
Team Overbot
http://www.overbot.com
John Nagle <nagle@overbot.com> wrote:
I notice that on QNX 6.2.1 PE, there are several different
versions of “procnto” for x86, “/boot/sys” and “/proc/boot” have
different versions, of quite different size. Is this intentional?
Why do you think they are “different”? The one in /proc/boot has
obviously been processed by mkxfs for suitable use in booting
(unnecessary ELF sections stripped, linker relocations made, etc)
but should have been originally sourced from /x86/boot/sys …
John Garvey wrote:
John Nagle <> nagle@overbot.com> > wrote:
I notice that on QNX 6.2.1 PE, there are several different
versions of “procnto” for x86, “/boot/sys” and “/proc/boot” have
different versions, of quite different size. Is this intentional?
Why do you think they are “different”? The one in /proc/boot has
obviously been processed by mkxfs for suitable use in booting
(unnecessary ELF sections stripped, linker relocations made, etc)
but should have been originally sourced from /x86/boot/sys …
That makes sense. OK.
John Nagle