diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2023-11-04 10:09:44 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2023-11-04 10:09:44 +0700 |
| commit | c18781e37e6bfe153e7c0f2bc8b04df0aecf151d (patch) | |
| tree | 42bb0e00e58ccf85aa3b93c20347d4939464066e /arch/x86/inc | |
| parent | a93807ad337dd982c49f898cd5205d2b028f365d (diff) | |
Support for GDT has been written + add makefile debug mode
Diffstat (limited to 'arch/x86/inc')
| -rw-r--r-- | arch/x86/inc/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/inc/types.h b/arch/x86/inc/types.h index d688a35..1ec71f3 100644 --- a/arch/x86/inc/types.h +++ b/arch/x86/inc/types.h @@ -1,3 +1,5 @@ +#define NULL 0 + typedef unsigned char uint8; typedef unsigned int uint16; |
