From 6952f3d948b7999f85fb904c6a9426e6600ebe81 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Feb 2006 20:59:48 +0000 Subject: 2006-02-01 Joel Sherrill * 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. --- cpukit/score/cpu/i386/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/cpu/i386/ChangeLog') diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index a5d46f9cee..2316547971 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,10 @@ +2006-02-01 Joel Sherrill + + * 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 * rtems/score/types.h: Eliminate unsigned16, unsigned32. -- cgit v1.2.3