diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-13 22:34:49 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-13 22:34:49 +0000 |
commit | 1a084f3d51a66d43b65e91004f9964fe32f98323 (patch) | |
tree | c299f4eeab984d2fe0d026d2c151602f9ebb8978 /qemu-doc.texi | |
parent | cd6f11693a3c0438fefd86af0a10b57b59d19369 (diff) | |
download | qemu-1a084f3d51a66d43b65e91004f9964fe32f98323.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@806 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index afb61ddd6c..5d780be47e 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -875,6 +875,44 @@ Use @code{set architecture i8086} to dump 16 bit code. Then use @code{x/10i $cs*16+*eip} to dump the code at the PC position. @end enumerate +@section Target OS specific information + +@subsection Linux + +To have access to SVGA graphic modes under X11, use the @code{vesa} +X11 driver. For optimal performances, use the same depth as your +native display. + +@subsection Windows + +If you have a slow host, using Windows 95 is better as it gives the +best speed. Windows 2000 is also a good choice. + +SVGA graphic modes support: QEMU currently supports the Bochs VESA VBE +extensions. It supports color depths of 8, 15, 16 and 32 bits per +pixel in 640x480, 800x600 and 1024x768. For optimal performances, use +the same depth as your native display. + +@itemize + +@item Windows XP: it should be automatically detected. + +@item Windows NT4 or 2000: use the driver +@url{http://www.volny.cz/xnavara/qemuvid_bin.zip} by Filip Navara. + +@item Windows 95/98/Me: no clean solution yet (but it will change +soon). You can however use the shareware driver from SciTech. Here are +the steps recommended by Christophe Bothamy on the Bochs mailing list: + +@itemize +@item install win95 with the VGA driver. +@item download sdd 7 beta from @url{http://www.majorgeeks.com/download382.html} +@item download pmhelp.vxd from @url{http://unununium.org/viewcvs/snap/redist/release/pmhelp.vxd} +@item copy pmhelp.vxd to the win95 system directory +@item install sdd7 +@end itemize +@end itemize + @chapter QEMU PREP PowerPC System emulator invocation Use the executable @file{qemu-system-ppc} to simulate a complete PREP |