SimpleKernel  0.0.1
project_config.h
Go to the documentation of this file.
1 
17 #ifndef SIMPLEKERNEL_PROJECT_CONFIG_H
18 #define SIMPLEKERNEL_PROJECT_CONFIG_H
19 
20 #include "cstdint"
21 
22 #define KERNEL_NAME (wchar_t *)L"kernel.elf"
23 
24 #endif /* SIMPLEKERNEL_PROJECT_CONFIG_H */