Parcourir la source

feat: Load memory module (#1495)

Kroese il y a 2 semaines
Parent
commit
c6a8c0b702
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/entry.sh

+ 2 - 0
src/entry.sh

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