diff --git a/include/kernel/config.h b/include/kernel/config.h new file mode 100644 index 0000000..8702e23 --- /dev/null +++ b/include/kernel/config.h @@ -0,0 +1,5 @@ +#ifndef _KERNEL_CONFIG_H +#define _KERNEL_CONFIG_H +#define KERNEL_MAJOR 0 +#define KERNEL_MINOR 10 +#endif