Eero Tamminen, 27.02.2013 14:44:55:
Hi, On keskiviikko 27 helmikuu 2013, Vincent Rivière wrote:On 27/02/2013 12:02, Helmut Karlowski wrote: > Did you try my suggestion to leave out appl_init in XaAES? I didn't try, but that's a good solution, since the whole point is to not call the AES from supervisor mode.Doesn't XaAES do any other AES calls? (I'm asking because appl_init() needs to be called before them.)
No. Not before appl_init. Once the trap is installed it would only call itself.
-- Helmut Karlowski