mkernel 0.0.1
Micro-kernel framework, everything as a module
|
Micro-kernel core main source. More...
#include "revision.h"
#include "gettext.h"
#include <locale.h>
#include "mkernel-opt.h"
#include "modmgr.h"
#include "mkmod.h"
#include "ansi-color-codes.h"
#include <stdlib.h>
#include <libgen.h>
#include "debug/assert.h"
#include "debug/memory.h"
Go to the source code of this file.
Macros | |
#define | _(String) gettext (String) |
GetText helper. More... | |
#define | PATH_MAX 255 |
#define | MODULE_PATH_ENV "MODULE_PATH" |
Default environment variable name to get module patch from. More... | |
#define | MODULE_PATH_DEFAULT "." |
Default path to search modules in, if not defined by autotools (should be) More... | |
Functions | |
int | main (int argc, char **argv, char **env) |
Micro-kernel core main source.
Definition in file mkernel.c.
#define MODULE_PATH_DEFAULT "." |
#define MODULE_PATH_ENV "MODULE_PATH" |