Jelajahi Sumber

feat: Load memory module (#1495)

Kroese 2 minggu lalu
induk
melakukan
c6a8c0b702
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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