First post, by PC*
in the following assembly language function, i have found differences between Windows XP and DOSBox: int 0x10:0x0b
the differences:
1: some of the colors are different
2: the background color:
Windows XP: does the entire full-screen background
DOSBox: only does the background area that has text written on it
3: the text with certain values of the register BL (example: 0x9f):
Windows XP: the text is invisible; text color does the full-screen background
DOSBox: the text is blinking (this seems to make more sense to me and maybe the Windows XP people made a mistake)
*NOTE: i am currently testing and making a list of differences between Windows XP and DOSBox