Increase default memory size to 8MB.
This commit is contained in:
parent
c1a64871f9
commit
ae60d3ddec
@ -1,3 +1,7 @@
|
||||
2002-03-17 Anthony Green <green@redhat.com>
|
||||
|
||||
* wrapper.c (mem_size): Increase the default target memory to 8MB.
|
||||
|
||||
2002-02-21 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* armos.c (SWIWrite0): Use generic host_callback mechanism
|
||||
|
@ -47,7 +47,7 @@ static SIM_OPEN_KIND sim_kind;
|
||||
static char *myname;
|
||||
|
||||
/* Memory size in bytes. */
|
||||
static int mem_size = (1 << 21);
|
||||
static int mem_size = (1 << 23);
|
||||
|
||||
/* Non-zero to display start up banner, and maybe other things. */
|
||||
static int verbosity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user