mkernel 0.0.2
Micro-kernel framework, everything as a module
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  deps
  debug
 assert.cCompiled functions used by debugging macros to write on stderr
 assert.hDebugging macros
 memdbg.cMemory leak tracker implementation
 memdbg.hMemory leak tracker header
 memory.hTracks memory allocation and leaks when compiled without NDEBUG
 memtrack.cMemory block metadata tracking implementation
 memtrack.hMemory block metadata tracking headers
  src
 ansi-color-codes.h
 gettext.h
 mkernel-opt.c
 mkernel.cMicro-kernel core main source
 mkmod.hABI interface shared between module class and application
 mkmodgtk.c
 mkmodtty.c
 modmgr.cModule manager implementation
 modmgr.hModule manager headers
 module.hInternal ABI shared by all modules with modmgr
 revision.h
 svcmgr.cService manager implementation
 svcmgr.hService manager header