From 244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Wed, 6 Mar 2024 15:32:17 +0700 Subject: Initialization mechanism --- arch/x86/io/VGADisplay.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/x86/io/VGADisplay.h') diff --git a/arch/x86/io/VGADisplay.h b/arch/x86/io/VGADisplay.h index db4c4df..326ae95 100644 --- a/arch/x86/io/VGADisplay.h +++ b/arch/x86/io/VGADisplay.h @@ -36,4 +36,12 @@ class VGADisplay void setBlink(bool blinkAttr); void setBright(bool brigthAttr); }; + +// Global variables + +namespace out +{ + extern VGADisplay display; +}; + #endif -- cgit v1.2.3