From b82ccebd3a0cce28177b5fac046139e2de7737fa Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Sun, 20 Aug 2023 20:12:36 +0700 Subject: Getting started with print on display + some fixes --- arch/x86/io/GlobalObj.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch/x86/io/GlobalObj.h (limited to 'arch/x86/io/GlobalObj.h') diff --git a/arch/x86/io/GlobalObj.h b/arch/x86/io/GlobalObj.h new file mode 100644 index 0000000..72c6b06 --- /dev/null +++ b/arch/x86/io/GlobalObj.h @@ -0,0 +1,8 @@ +#ifndef GLOBALOBJ_H +#define GLOBALOBJ_H + +#include "VGADisplay.h" + +extern VGADisplay display; + +#endif -- cgit v1.2.3