Commit 1a084f3d51a66d43b65e91004f9964fe32f98323

Authored by bellard
1 parent cd6f1169

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@806 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 38 additions and 0 deletions
qemu-doc.texi
... ... @@ -875,6 +875,44 @@ Use @code{set architecture i8086} to dump 16 bit code. Then use
875 875 @code{x/10i $cs*16+*eip} to dump the code at the PC position.
876 876 @end enumerate
877 877  
  878 +@section Target OS specific information
  879 +
  880 +@subsection Linux
  881 +
  882 +To have access to SVGA graphic modes under X11, use the @code{vesa}
  883 +X11 driver. For optimal performances, use the same depth as your
  884 +native display.
  885 +
  886 +@subsection Windows
  887 +
  888 +If you have a slow host, using Windows 95 is better as it gives the
  889 +best speed. Windows 2000 is also a good choice.
  890 +
  891 +SVGA graphic modes support: QEMU currently supports the Bochs VESA VBE
  892 +extensions. It supports color depths of 8, 15, 16 and 32 bits per
  893 +pixel in 640x480, 800x600 and 1024x768. For optimal performances, use
  894 +the same depth as your native display.
  895 +
  896 +@itemize
  897 +
  898 +@item Windows XP: it should be automatically detected.
  899 +
  900 +@item Windows NT4 or 2000: use the driver
  901 +@url{http://www.volny.cz/xnavara/qemuvid_bin.zip} by Filip Navara.
  902 +
  903 +@item Windows 95/98/Me: no clean solution yet (but it will change
  904 +soon). You can however use the shareware driver from SciTech. Here are
  905 +the steps recommended by Christophe Bothamy on the Bochs mailing list:
  906 +
  907 +@itemize
  908 +@item install win95 with the VGA driver.
  909 +@item download sdd 7 beta from @url{http://www.majorgeeks.com/download382.html}
  910 +@item download pmhelp.vxd from @url{http://unununium.org/viewcvs/snap/redist/release/pmhelp.vxd}
  911 +@item copy pmhelp.vxd to the win95 system directory
  912 +@item install sdd7
  913 +@end itemize
  914 +@end itemize
  915 +
878 916 @chapter QEMU PREP PowerPC System emulator invocation
879 917  
880 918 Use the executable @file{qemu-system-ppc} to simulate a complete PREP
... ...