]> git.baikalelectronics.ru Git - kernel.git/commit
Console-writing code for the new x86 setup code
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:45 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:55 +0000 (10:55 -0700)
commit37f319a9bcec8b4529715da3de088e895d7a5ab3
treec7aac5c00be2e18eb2e966c3f12e7a8b69d00eb7
parent0f8d48e814561ec142a2c9f999900804301c5fea
Console-writing code for the new x86 setup code

This implements writing text to the console, including printf().

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/boot/printf.c [new file with mode: 0644]
arch/i386/boot/tty.c [new file with mode: 0644]