On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTTarget-32 Programming Manual
RTTarget-32 Reference Manual
Introduction
RTTarget-32 Configuration
Screen I/O
Interrupt Handling
Port I/O
System Functions
Program Loading
Memory Mapping and Management
Real-Time Clock and CMOS RAM
Keyboard
Mouse and Touch Screen Driver
Parallel Port Printer
Serial Port I/O
PCI BIOS
Plug-and-Play BIOS
PC Cards (PCMCIA)
MetaWINDOW Initialization
Run-Time System Support
System Management BIOS (SMBIOS)
Advanced Programmable Interrupt Controller (APIC)
Multiprocessor Management
Spinlocks
Advanced Configuration and Power Interface (ACPI) Tables
Extended RAM Management
RTVmf-32
RTRth-32
Function RTRthInit
Function RTRthExtendHeap
Function RTRTHOpenSharedMemPartition
Function RTRTHCloseSharedMemPartition
Function RTRTHLockSharedMemPartition
Function RTRTHUnlockSharedMemPartition
Function RTRTHReboot
Function RTRTHEventSystemStart
Function RTRTHEventSystemStop
Function RTRTHOsControlStart
Function RTRTHOsControlStop
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Function RTRthInit
Function RTRthInit initializes the Real-Time Hypervisor run-time system. It must be called from an Init function:
void RTRthInit(void);
RTRthInit performs the following:
- If paging is enabled, the Real-Time Hypervisor run-time system's memory is mapped.
- Region RTHPrivate is located and used to communicate with the Real-Time Hypervisor run-time system.
- RTTarget-32's interrupt controller driver and Multiprocessor driver is replaced with drivers suitable for Real-Time Hypervisor.
Function RTRthExtendHeap
|