Unverified Commit b1d47f11 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Load memory module (#349)

parent 8def1efb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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