basekernel/include/kernel/config.h

6 lines
104 B
C
Raw Normal View History

2024-12-11 08:43:50 +01:00
#ifndef _KERNEL_CONFIG_H
#define _KERNEL_CONFIG_H
#define KERNEL_MAJOR 0
#define KERNEL_MINOR 10
#endif