summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console-client/vga-support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-client/vga-support.c b/console-client/vga-support.c
index dd4d099d..bce6f8e9 100644
--- a/console-client/vga-support.c
+++ b/console-client/vga-support.c
@@ -488,4 +488,5 @@ vga_exchange_palette_attributes (unsigned char index,
operation. */
inb (VGA_INPUT_STATUS_1_REG);
outb (0x20, VGA_ATTR_ADDR_DATA_REG);
+ outb (0x00, VGA_ATTR_ADDR_DATA_REG);
}