8 lines
113 B
C
8 lines
113 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
#define __KERNEL_VERSION "0.1.0-alpha"
|
|
#define __KERNEL_NAME "SoraOS"
|
|
|
|
#endif
|