![]() |
Home |
|
Function RTRTHEventSystemStartFunction RTRTHEventSystemStart starts the Event management subsystem of the hypervisor: void RTRTHEventSystemStart(int IRQ); Parameter IRQ specifies on which IRQ events will be sent from other virtual machines to the local one. This parameter must be in the range 0 .. 31. Best performance is achived if an IRQ not used by any hardware is used (2 is a good value for many systems).
|