the following patch was just integrated into master: commit 6f65e8878ed0391c826404035e1d999ee09991d4 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Tue Dec 13 23:08:03 2011 +0100
Fix console output in real mode int10 implementation.
Checking RBIL, int10 AH=0x10 does never output a character. The two output functions are AH=0x09 and AH=0x0e.
Change-Id: Id7f4d260b63024748ef771f949e8b60f934bacbc Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Tue Dec 13 23:36:01 2011, giving +1 Reviewed-By: Rudolf Marek r.marek@assembler.cz at Tue Dec 13 23:46:24 2011, giving +2 See http://review.coreboot.org/483 for details.
-gerrit