From c18781e37e6bfe153e7c0f2bc8b04df0aecf151d Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Sat, 4 Nov 2023 10:09:44 +0700 Subject: Support for GDT has been written + add makefile debug mode --- arch/x86/inc/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86/inc') 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; -- cgit v1.2.3