summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 24e882f2d0..6f21c732ef 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,12 @@
+2006-12-13 Alexey Shamrin <shamrin@gmail.com>
+
+ PR 1189/bsps
+ * console/outch.c: If you print a character with the code larger than
+ 127 (extended ASCII) to the VGA console, then it blinks. The reason:
+ char == signed char, so such characters get represented by negative
+ numbers. The sign bit then goes to attribute byte, resulting in the
+ blinking.
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.