Add stubs for VIA vga bios callbacks to system bios.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 Aug 2008 15:11:07 +0000 (11:11 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 17 Aug 2008 15:11:07 +0000 (11:11 -0400)
commitcbffa8ed98f0e87d7c926594fe73f6e56e86da5f
tree050b7c3075dab750c57947de6b0e2d406a681234
parentcde7a58def4231f26d1dd53909067a143fa9eaab
Add stubs for VIA vga bios callbacks to system bios.

The VIA vga bios likes wants to call int 15/5f of main bios.  So, add
    stubs to make it happy.
Makefile
src/system.c
src/util.h
src/vgahooks.c [new file with mode: 0644]