forked from Github_Repos/cvw
change RAM size in genInitMem.sh
This commit is contained in:
parent
9d26bfe71d
commit
ea0471dcc7
@ -53,7 +53,7 @@ then
|
||||
-ex "printf \"Warning - please verify that the second half of $rawUntrimmedBootmemFile is all 0s\n\"" \
|
||||
-ex "dump binary memory $rawUntrimmedBootmemFile 0x1000 0x2fff" \
|
||||
-ex "printf \"Creating $rawRamFile\n\"" \
|
||||
-ex "dump binary memory $rawRamFile 0x80000000 0xffffffff" \
|
||||
-ex "dump binary memory $rawRamFile 0x80000000 0x87ffffff" \
|
||||
-ex "kill" \
|
||||
-ex "q"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user