Hi all,
I'm not sure in following question ...
If I don't explicitly tell to compiler where it should place my code, it
will place it into pageable or non-pageable section?
I saw something like this in Oney's book:
#pragma alloc_text( PAGE, DispatchPnp)
So, If I add my own function, will I have to somehow mark its placement or
it is done automaticaly in some predictable way (e.g. if I don't say
anything else, it will be placed into nonpaged memory)?
Thank's for answers
Michal