mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2006-02-01 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K. Most i386 targets are not memory strapped so making this a bit large is not a burden. It lets more tests run. ticker and psxtimer will not even run with 1K of stack.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2006-02-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
|
||||
Most i386 targets are not memory strapped so making this a bit large
|
||||
is not a burden. It lets more tests run. ticker and psxtimer will not
|
||||
even run with 1K of stack.
|
||||
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
@@ -264,7 +264,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
|
||||
* Minimum size of a thread's stack.
|
||||
*/
|
||||
|
||||
#define CPU_STACK_MINIMUM_SIZE 1024
|
||||
#define CPU_STACK_MINIMUM_SIZE 4096
|
||||
|
||||
/*
|
||||
* i386 is pretty tolerant of alignment. Just put things on 4 byte boundaries.
|
||||
|
||||
Reference in New Issue
Block a user