From 958e2dae042ca9e28f23e509d541730f30fa8502 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 8 Apr 2021 13:07:17 +0200 Subject: Switch to multiboot2 and improve interrupt management --- src/utils/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/types.h') diff --git a/src/utils/types.h b/src/utils/types.h index b06b160..ce49701 100644 --- a/src/utils/types.h +++ b/src/utils/types.h @@ -4,5 +4,6 @@ typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; +typedef unsigned long long u64; #endif -- cgit v1.2.3