Improved build system
Added new entries to .gitignore Moved away from source directory as central spot for all source code
This commit is contained in:
9
kernel/definitions.h
Normal file
9
kernel/definitions.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
/**
|
||||
* Kernel definitions
|
||||
*/
|
||||
|
||||
#define __DEBUG__ false
|
||||
#define KERNEL_VERSION 0.03
|
||||
|
||||
#define ARCHITECTURE "I386"
|
||||
Reference in New Issue
Block a user