VOGONS

Common searches


Search results

Display options

Re: Game Sound/Video Stuttering in pure DOS, but running fine in Win98. Is it a driver / software configuration issue?

I don't know if I have combine cache mode enabled in DOS. I've never had to manually enable anything like this before The Write Combine mode appeared starting with Pentium Pro CPU, it's related to Memory Type Range Registers: https://en.wikipedia.org/wiki/Memory_type_range_register . This is not …

Re: Game Sound/Video Stuttering in pure DOS, but running fine in Win98. Is it a driver / software configuration issue?

Another hint. Do you have write combine cache mode enabled for the framebuffer while playing in DOS? I don't know if your card's bios enables it when entering VESA modes in DOS, Windows drivers did that for sure. I remember UNIVBE did enable write combining for my i740, the frame rate becomes …

Re: Why does the order how Object files are added to a library with wlib change the performance of the executable?

The disassembly code of each object file/code is the same. Thus there is only the linker as variable option. Don't look into object files, look at the whole executable, after the linker did its job. The wait function should be everywhere the same, only the position in the EXE might be different. …

Re: Why does the order how Object files are added to a library with wlib change the performance of the executable?

What's the platform you're running it on? It could be anything - different alignment, or cache-friendly layout of the code. It would be good if you looked into the disassembly of the final executable to see the difference. Linker does not know the external conditions, so has no information on how to …

Page 11 of 17