diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2023-08-20 20:12:36 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2023-08-20 20:12:36 +0700 |
| commit | b82ccebd3a0cce28177b5fac046139e2de7737fa (patch) | |
| tree | b4e048eb7bed81a726340fb98690dce62eed7475 /arch/x86/io/GlobalObj.cpp | |
| parent | a601dbb1dd5569243fd3006a27e914491fc3f35e (diff) | |
Getting started with print on display + some fixes
Diffstat (limited to 'arch/x86/io/GlobalObj.cpp')
| -rw-r--r-- | arch/x86/io/GlobalObj.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/io/GlobalObj.cpp b/arch/x86/io/GlobalObj.cpp new file mode 100644 index 0000000..a1c4f03 --- /dev/null +++ b/arch/x86/io/GlobalObj.cpp @@ -0,0 +1,3 @@ +#include "VGADisplay.h" + +VGADisplay display; |
