Subversion Repositories SvarDOS

Rev

Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 172
Line 1... Line 1...
1
At least some versions of the VirtualBox hypervisor exhibit a bug in their VGA emulation. It appears that when a new font is loaded into VGA memory, the VirtualBox emulation actually uses it only after a video adapter INT 10h call.
1
At least some versions of the VirtualBox hypervisor exhibit a bug in their VGA emulation. It appears that when a new font is loaded into VGA memory, the VirtualBox emulation actually uses it only after a video adapter INT 10h call.
2
 
2
 
3
Because of this behaviour, loading a codepage yelds apparently no effect, thus localized string may appear with wrong glyphs.
3
Because of this behaviour, loading a codepage yields apparently no effect, thus localized strings may appear with wrong glyphs.s
4
 
4
 
5
A simple workaround is to force a VGA reinitialization through "MODE CO80" each time that a new codepage is loaded into memory.
5
A simple workaround is to force a VGA reinitialization through "MODE CO80" each time that a new codepage is loaded into memory.