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.h | |
| parent | a601dbb1dd5569243fd3006a27e914491fc3f35e (diff) | |
Getting started with print on display + some fixes
Diffstat (limited to 'arch/x86/io/GlobalObj.h')
| -rw-r--r-- | arch/x86/io/GlobalObj.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
