Commit 2752c87
committed
boot-qemu.py: Set default m68k memory to 512m
The default switch to 1G ends up causing panics on boot from memory
allocation issues, at least with the default mac_defconfig. Given the
real Mac machines this is modeled after had less memory than this and
QEMU only allows up to 1G, it is likely some code path is not well
tested.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent 6486a61 commit 2752c87
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
531 | 532 | | |
532 | 533 | | |
533 | 534 | | |
| |||
0 commit comments