feat: Load memory module

This commit is contained in:
Kroese 2025-10-16 23:50:02 +02:00 committed by GitHub
parent 9a8afcf237
commit 3b2bd552b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,8 @@ cd /run
. boot.sh # Configure boot
. proc.sh # Initialize processor
. config.sh # Configure arguments
. memory.sh # Check available memory
. finish.sh # Finish initialization
trap - ERR