feat: Load memory module (#349)

This commit is contained in:
Kroese 2025-10-17 13:31:46 +02:00 committed by GitHub
parent 8def1efbc0
commit b1d47f113b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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