]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add BIOS INT10 handler
authorJohn Floren <john@jfloren.net>
Mon, 23 May 2011 12:15:14 +0000 (15:15 +0300)
committerPekka Enberg <penberg@kernel.org>
Mon, 23 May 2011 14:07:38 +0000 (17:07 +0300)
commitbd4309372cd8a3b6731875437c59494309cb9228
treeb4ebd82db1ef1e2c230afb0af53c3b628eabddbb
parenta8adaa363de7d212aa306494f58eb6809ee2855e
kvm tools: Add BIOS INT10 handler

INT10 handler is a basic implementation of BIOS video services.

The handler implements a VESA interface which is initialized at
the very beginning of loading the kernel.

Signed-off-by: John Floren <john@jfloren.net>
[ turning code into patches and cleanup ]
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/bios/bios-rom.S
tools/kvm/bios/int10.c [new file with mode: 0644]