bxshi, thanks for this patch, it is great to have another vendor submitting patches!
On 10/26/06, bxshi@msik.com.cn bxshi@msik.com.cn wrote:
=================================================================== --- src/devices/emulator/biosemu.c (revision 2475) +++ src/devices/emulator/biosemu.c (working copy) @@ -121,6 +121,7 @@ case 0x42: case 0x6D: if (getIntVect(num) == 0x0000) {
ret = 1 ; /*to make vga work*/ printk_debug("un-inited int vector\n"); } if (getIntVect(num) == 0xFF065) {
Ollie, does the added line look ok to you? I am ok with this patch except I would like to understand this change better. I don't have access to the entire source at present.
thanks
ron