can i tailor the super core of RTEMS?
Chris Johns
cjohns at cybertec.com.au
Mon Jun 11 03:48:38 UTC 2001
red-eye at 263.net wrote:
>
> i am reading the source code of RTEMS score(super code)!
> can i tailor the super core of RTEMS?
I am not sure what you mean by "tailor". The parts work together and are
configured by a range of configuration tables. Using these tables allows
you a fine level of control.
> for example,when i did not use _Thread_Change_priority, i can del
> it's code from my application?
Each function in the super core is in a separate file creating a
separate .o. This means the linker should only pull in the parts you
use. This depends on the API used, and the default libraries/modules you
use.
--
Chris Johns, cjohns @ cybertec.com.au
More information about the users
mailing list