Commit 62a2296d authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix the mode for bios call in x86-32 as well as -64

(Andi Kleen)
parent 5dad1500
......@@ -213,7 +213,7 @@ prtspc: movb $0x20, %al # Print single space (note: fall-thru)
# Part of above routine, this one just prints ascii al
prtchr: pushw %ax
pushw %cx
xorb %bh, %bh
movw $7,%bx
movw $0x01, %cx
movb $0x0e, %ah
int $0x10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment