f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
683 stars 145 forks source link

move routines to new init hook system #47

Closed jserv closed 11 years ago

jserv commented 11 years ago

After new init hook system is introduced by @DreamLinuxer, it is a bit flexible to initialize sub-systems by means of init hooks especially for the configured parts.

In addition, it would be easier to track the usage in each stage during initialization.

jserv commented 11 years ago

Reference commit from lk: move a few libs to the new init hook system