diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-04-10 12:58:20 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-04-10 12:58:20 +0700 |
| commit | 515a11b818e4140845f69bb26a19d270a9e42178 (patch) | |
| tree | fd22e0d8d56a6498fb67ffcd99da0a45b97ab5f3 /arch/x86/io/VGADisplay.h | |
| parent | 9ad5b9b6a1f8d641ac13f7c004afd6ea9bff50ee (diff) | |
MSR + IDT + test ISRs
Diffstat (limited to 'arch/x86/io/VGADisplay.h')
| -rw-r--r-- | arch/x86/io/VGADisplay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/io/VGADisplay.h b/arch/x86/io/VGADisplay.h index 326ae95..98c2250 100644 --- a/arch/x86/io/VGADisplay.h +++ b/arch/x86/io/VGADisplay.h @@ -35,6 +35,8 @@ class VGADisplay void setColor(char colorAttr); void setBlink(bool blinkAttr); void setBright(bool brigthAttr); + // Rewrite + void clearScreen(); }; // Global variables |
