the rtems kernel source list
Chris Johns
chrisj at rtems.org
Fri Apr 22 03:02:03 UTC 2016
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
More information about the devel
mailing list