From 4fcedc432952a06f183ae6ad9ebe00588ddc55f3 Mon Sep 17 00:00:00 2001 From: Sainath Grandhi Date: Tue, 22 Oct 2019 16:12:49 -0700 Subject: [PATCH] doc: Adding a section for ACRN requirements on a processor Adds a new section in reference documentation that lists the requirements from ACRN upon a processor to boot and function successfully. This patch is a starting point and can expect to add a lot more requirements that would be a translation of hypervisor/arch/x86/cpu_caps.c Tracked-On: #3899 Signed-off-by: Sainath Grandhi Acked-by: Eddie Dong --- doc/reference/hardware.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/reference/hardware.rst b/doc/reference/hardware.rst index 3814b6844..4b0c47da4 100644 --- a/doc/reference/hardware.rst +++ b/doc/reference/hardware.rst @@ -19,6 +19,10 @@ Minimum System Requirements for Installing ACRN | Storage capabilities | 20GB | 120GB or more | +------------------------+-----------------------------------+---------------------------------+ +Minimum Requirements for Processor +********************************** +1 GB Large pages + Verified Platforms According to ACRN Usage ******************************************