From b1d47f113b2a2c9e73a082232dac7c452ec75532 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 13:31:46 +0200 Subject: [PATCH] feat: Load memory module (#349) --- src/entry.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/entry.sh b/src/entry.sh index 933be8b..bef9e8c 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -19,7 +19,9 @@ cd /run . network.sh # Initialize network . boot.sh # Configure boot . proc.sh # Initialize processor +. memory.sh # Check available memory . config.sh # Configure arguments +. finish.sh # Finish initialization trap - ERR