mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Load memory module
This commit is contained in:
parent
9a8afcf237
commit
3b2bd552b8
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ cd /run
|
|||
. boot.sh # Configure boot
|
||||
. proc.sh # Initialize processor
|
||||
. config.sh # Configure arguments
|
||||
. memory.sh # Check available memory
|
||||
. finish.sh # Finish initialization
|
||||
|
||||
trap - ERR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue