feat: Verify required RAM per Windows version (#2085)

This commit is contained in:
Kroese
2026-08-07 03:41:14 +02:00
committed by GitHub
parent 65fe8ada74
commit 43d0478f7e
4 changed files with 21 additions and 50 deletions
+2 -2
View File
@@ -10,7 +10,8 @@ cd /run
. start.sh # Startup hook
. utils.sh # Load functions
. reset.sh # Initialize system
. init.sh # Initialize system
. memory.sh # Check memory
. server.sh # Start webserver
. define.sh # Define versions
. mido.sh # Download Windows
@@ -25,7 +26,6 @@ cd /run
. boot.sh # Configure boot
. proc.sh # Initialize processor
. power.sh # Configure shutdown
. memory.sh # Check available memory
. balloon.sh # Initialize ballooning
. config.sh # Configure arguments
. finish.sh # Finish initialization