mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target-ppc: change the default RAM size to 128MB like other targets
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6418 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4f94dc644e
commit
fc2e7aa3f1
1 changed files with 0 additions and 4 deletions
4
vl.c
4
vl.c
|
@ -161,11 +161,7 @@
|
||||||
# define LOG_IOPORT(...) do { } while (0)
|
# define LOG_IOPORT(...) do { } while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TARGET_PPC
|
|
||||||
#define DEFAULT_RAM_SIZE 144
|
|
||||||
#else
|
|
||||||
#define DEFAULT_RAM_SIZE 128
|
#define DEFAULT_RAM_SIZE 128
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Max number of USB devices that can be specified on the commandline. */
|
/* Max number of USB devices that can be specified on the commandline. */
|
||||||
#define MAX_USB_CMDLINE 8
|
#define MAX_USB_CMDLINE 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue