How to replace the kernel entry for procnto with procnto-ins

When I want to use SAT(System Analysis Tools),it has to rebuilt a image OS
and use procnto-intr to replace the default kernel entry procnto, add some
other SAT utilities,and reserve all the old libs,utilities and something
like these functions.

So I wonder does it have other more convenient ways to implement this
function, eg: replace the procnto,add the SAT directly. Maybe my thought is
very naive, but at least we can discuss the feasibility about this way.

Thanks for any suggestion.

\

hcchen@ipp.ac.cn
Hichun Chen

Hichun Chen <hcchen@mail.ipp.ac.cn> wrote in message
news:b6js9k$n1q$1@inn.qnx.com

When I want to use SAT(System Analysis Tools),it has to rebuilt a image OS
and use procnto-intr to replace the default kernel entry procnto, add some
other SAT utilities,and reserve all the old libs,utilities and something
like these functions.

I take it you are using IDE. You need procnto-intr to use SAT, not sure
why you need add more utils/libs (you basically generate the log, and
pull it back to your HOST.

So I wonder does it have other more convenient ways to implement this
function, eg: replace the procnto,add the SAT directly. Maybe my thought
is
very naive, but at least we can discuss the feasibility about this way.

I will let tools people comment. I image it is possiable to have a high
level
“wizard” to “go SAT”.

By the way, in case you don’t know. nntp.qnx.com host a lot of qdn.public.*
news group you might be interested in.

Xiaodan Tang
QNX Software System Ltd.


hcchen@ipp.ac.cn
Hichun Chen
“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:b6k69g$qm8$1@nntp.qnx.com

Hichun Chen <> hcchen@mail.ipp.ac.cn> > wrote in message
news:b6js9k$n1q$> 1@inn.qnx.com> …
When I want to use SAT(System Analysis Tools),it has to rebuilt a image
OS
and use procnto-intr to replace the default kernel entry procnto, add
some
other SAT utilities,and reserve all the old libs,utilities and something
like these functions.

I take it you are using IDE. You need procnto-intr to use SAT, not sure
why you need add more utils/libs (you basically generate the log, and
pull it back to your HOST.

I think you must to setup a runnable environment for running your

program,add other utils/libs for this sake yet.