mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-10 14:25:12 +00:00
- Change system timer from 8254 to HPET - Fix UEFI console UI issue - Enable MP support - Install ACRN DM's ACPI tables - Remove Bhyve ACPI tables - fix backspace issue in UEFI shell - clear CD bit in SEC - Revert "workaround: disable CR0.CD" - workaround: disable CR0.CD - boots Clear Linux (1 vcpu) Tracked-On: #2662 Signed-off-by: Peter Fang <peter.fang@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and this is installed within the Service OS. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/