Incorporated the submission from John S. Gwynne

<jsg@coulomb.eng.ohio-state.edu> of the rest of the 68000-ish support
for interrupt handling and bfffo support, the two BSPs he submitted
(efi68k and efi332), and SGI Irix 5.3 host support.
This commit is contained in:
Joel Sherrill
1995-09-19 18:32:18 +00:00
parent 3652ad356b
commit 38ffa0cee2
14 changed files with 1754 additions and 94 deletions

View File

@@ -43,7 +43,7 @@ rtems_task Init(
status = rtems_task_create(
Task_name[Multiprocessing_configuration.node],
1,
RTEMS_MINIMUM_STACK_SIZE,
RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_TIMESLICE,
RTEMS_GLOBAL,
&Task_id[ 1 ]