Changeset 71ce7e7 in rtems for c/src/lib/libbsp/i386/pc386

Timestamp:
12/13/06 12:35:01 (17 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0ab63e50
Parents:
d07cb3a
Message:

2006-12-13 Alexey Shamrin <shamrin@…>

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.
(No files)

Note: See TracChangeset for help on using the changeset viewer.