mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-13 02:08:03 +00:00
To remove the limit of 4MB ramdisk size simply adjust layout dynamically according to ramdisk size rounded up to a 4K boundary. This enables ramdisk based virtual machines which tend to have large ramdisk memory requirements (128MB and above). Tracked-On: #4840 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.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/