10 lines
123 B
C
10 lines
123 B
C
|
#pragma once
|
||
|
/**
|
||
|
* Kernel definitions
|
||
|
*/
|
||
|
|
||
|
#define __DEBUG__ false
|
||
|
#define KERNEL_VERSION 0
|
||
|
|
||
|
#define ARCHITECTURE "I386"
|