mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 04:03:04 +00:00
feat: Load memory module (#1495)
This commit is contained in:
parent
f1ea8ee227
commit
c6a8c0b702
@ -22,7 +22,9 @@ cd /run
|
|||||||
. boot.sh # Configure boot
|
. boot.sh # Configure boot
|
||||||
. proc.sh # Initialize processor
|
. proc.sh # Initialize processor
|
||||||
. power.sh # Configure shutdown
|
. power.sh # Configure shutdown
|
||||||
|
. memory.sh # Check available memory
|
||||||
. config.sh # Configure arguments
|
. config.sh # Configure arguments
|
||||||
|
. finish.sh # Finish initialization
|
||||||
|
|
||||||
trap - ERR
|
trap - ERR
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user