Nigel
dea8ab7d71
Added new entries to .gitignore Moved away from source directory as central spot for all source code
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"
|