On 22/04/2016 12:19, printk wrote:
Hello,
I am learning RTEMS, where is the kernel source, I find some
place seems holding the kernel source:

   rtems/c/src/support/ ---------  only version.c there.
   rtems/c/src/ada/ -------------  is this kernel source?

No.


   rtems/cpukit/score/src --------  why named score?

Supercore or score, it sits behind the POSIX and Classic APIs and is a superset of the various APIs that export the kernel to users, eg POSIX.

   rtems/cpukit/rtems/src --------  kernel source?

RTEMS Classic API.

   rtems/score/cpu/$(ARCH) ------- cpu depended code?

Yes.

is there any more code belone to the RTEMS kernel.
thanks very much. please kindly help.

The BSP code, and a chip driver library (libchip).

Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to