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