feat: Load memory module (#1495)

This commit is contained in:
Kroese 2025-10-17 13:38:11 +02:00 committed by GitHub
parent f1ea8ee227
commit c6a8c0b702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,9 @@ cd /run
. boot.sh # Configure boot
. proc.sh # Initialize processor
. power.sh # Configure shutdown
. memory.sh # Check available memory
. config.sh # Configure arguments
. finish.sh # Finish initialization
trap - ERR