2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>

* README: Add fast idle information.
This commit is contained in:
Joel Sherrill
2009-02-25 21:32:22 +00:00
parent 74133389c8
commit 4ce40845d3
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add fast idle information.
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com> 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE,

View File

@@ -12,3 +12,6 @@ tar sim --hw-device lm32cpu \
--memory-region 0x08000000,0x4000000 --memory-region 0x08000000,0x4000000
load load
The simulator is VERY VERY slow when RTEMS is idle.
To speed this up, add SIMULATOR_FAST_IDLE=1 to the
configure command.