From 1f6c0cd439ef1818a8821b743c17d16714701c96 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Mon, 20 Jan 2020 15:05:03 +0100 Subject: [PATCH] doc: update project's target max LOC Project ACRN is targetting to keep the hypervisor's total number of lines of code (LOC) below 40K. Update the "Build ACRN from Source" document to accurately reflect that. Signed-off-by: Geoffroy Van Cutsem --- doc/getting-started/building-from-source.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/building-from-source.rst b/doc/getting-started/building-from-source.rst index 27470b1e6..95a12df51 100644 --- a/doc/getting-started/building-from-source.rst +++ b/doc/getting-started/building-from-source.rst @@ -36,7 +36,8 @@ the ACRN hypervisor for the following reasons: - **Keep small footprint.** Implementing dynamic parsing introduces hundreds or thousands of lines of code. Avoiding dynamic parsing - helps keep the hypervisor's Lines of Code (LOC) in a desirable range (around 30K). + helps keep the hypervisor's Lines of Code (LOC) in a desirable range (less + than 40K). - **Improve boot up time.** Dynamic parsing at runtime increases the boot up time. Using a build-time configuration and not dynamic parsing