mkernel 0.0.2
Micro-kernel framework, everything as a module
|
▼ deps | |
▼ debug | |
assert.c | Compiled functions used by debugging macros to write on stderr |
assert.h | Debugging macros |
memdbg.c | Memory leak tracker implementation |
memdbg.h | Memory leak tracker header |
memory.h | Tracks memory allocation and leaks when compiled without NDEBUG |
memtrack.c | Memory block metadata tracking implementation |
memtrack.h | Memory block metadata tracking headers |
▼ src | |
ansi-color-codes.h | |
gettext.h | |
mkernel-opt.c | |
mkernel.c | Micro-kernel core main source |
mkmod.h | ABI interface shared between module class and application |
mkmodgtk.c | |
mkmodtty.c | |
modmgr.c | Module manager implementation |
modmgr.h | Module manager headers |
module.h | Internal ABI shared by all modules with modmgr |
revision.h | |
svcmgr.c | Service manager implementation |
svcmgr.h | Service manager header |