[PATCH] rombios: set int vector 1Fh to zero

"Sebastian Herbszt" <[email protected]>
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <F82EFA1E345B4CBFA35ABCB0AC626534@FSCPC>
Set int vector 1Fh to zero; Character Font for upper 128 characters is not available.

Sebastian

Index: bios/rombios.c
===================================================================
--- bios.orig/rombios.c
+++ bios/rombios.c
@@ -10728,6 +10728,9 @@ post_default_slave_pic_ints:
   ;; MDA/CGA Video Parameter Table is not available
   SET_INT_VECTOR(0x1D, #0, #0)
 
+  ;; Character Font for upper 128 characters is not available
+  SET_INT_VECTOR(0x1F, #0, #0)
+
   ;; set vectors 0x60 - 0x67h to zero (0:180..0:19f)
   xor  ax, ax
   mov  cx, #0x0010 ;; 16 words

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov

_______________________________________________
bochs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bochs-developers
set_int_1fh_to_zero.diff (application/octet-stream, 471 B)
Index: bios/rombios.c
===================================================================
--- bios.orig/rombios.c
+++ bios/rombios.c
@@ -10728,6 +10728,9 @@ post_default_slave_pic_ints:
   ;; MDA/CGA Video Parameter Table is not available
   SET_INT_VECTOR(0x1D, #0, #0)
 
+  ;; Character Font for upper 128 characters is not available
+  SET_INT_VECTOR(0x1F, #0, #0)
+
   ;; set vectors 0x60 - 0x67h to zero (0:180..0:19f)
   xor  ax, ax
   mov  cx, #0x0010 ;; 16 words
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.