home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text1178.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  584 b   |  16 lines

  1. Hi!
  2.  
  3. > Video should be faster (if you've got UniVBE) because we can directly
  4. > access the linear frame buffer under DOS.  Still, I wouldn't think
  5. > that the CPU number should slow down.
  6.  
  7. Actually the Win95 does give you the same sort of penalty that EMM386 gives
  8. you, but worse. Every memory access runs through their paging code, so
  9. that is slowed down. Ok, most code is in the internal cache, but it's slow
  10. nonetheless. I found that I could even gain some more speed in the CPU
  11. benchmarks by just removing EMM386 and let the extender of Executor handle
  12. all the memory.
  13.  
  14. bye, Georg
  15.  
  16.