Preliminary DISPI VBE driver implementation
authorJulian Pidancet <julian.pidancet@gmail.com>
Mon, 19 Dec 2011 05:08:01 +0000 (05:08 +0000)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 21 Dec 2011 04:13:06 +0000 (23:13 -0500)
commit8bd766f40cf8afe9e408c0a283f6ac40dfffd6c6
treeaf0c77e487c31d7b2e19ae939c87c951ed198f6a
parent87879e256ffdece5781127fb3b0a9b393bf75afc
Preliminary DISPI VBE driver implementation

It allowed me to boot Windows 7 with Qemu BOCHS VGA emulation and it
seemed to work fine. It probably needs some further testing though.

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
vgasrc/dispi.h [new file with mode: 0644]
vgasrc/vbe.c