Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTRTHOpenSharedMemPartition Function RTRTHCloseSharedMemPartition Function RTRTHLockSharedMemPartition Function RTRTHUnlockSharedMemPartition Function RTRTHEventSystemStart |
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).
|