* configure.ac: Remove RTEMS_PATH_KSH (Unused).
Require autoconf >= 2.68, automake >= 1.11.1.
Add AC_PROG_CC_C99 to enforce c99 hoping this will suffice to make
this stuff compilable with older GCCs (works on some hosts).
Jennifer Averett <jennifer.averett@oarcorp.com>
Add RTEMS Scheduler Simulator. This is the top level of the tree.
* .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
Jennifer Averett <jennifer.averett@oarcorp.com>
Add RTEMS Scheduler Simulator. This is the RTEMS "port" to and
adapter code to run on GNU/Linux with a fake context switch.
* ChangeLog, Makefile.am, interr.c, rtems_init.c, rtems_sched.h,
wkspace.c, sched_cpu/cpu.c, sched_cpu/cpu_asm.c,
sched_cpu/rtems/asm.h, sched_cpu/rtems/stringto.h,
sched_cpu/rtems/score/cpu.h, sched_cpu/rtems/score/cpu_asm.h,
sched_cpu/rtems/score/cpuopts.h, sched_cpu/rtems/score/no_cpu.h,
sched_cpu/rtems/score/types.h: New files.