Commit e3371e62f3ca085d784a2bb848e94111ad4b42e5

Authored by bellard
1 parent 82eec0a1

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1000 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 35 additions and 2 deletions
qemu-doc.texi
... ... @@ -876,22 +876,55 @@ To have access to SVGA graphic modes under X11, use the @code{vesa} or
876 876 the @code{cirrus} X11 driver. For optimal performances, use 16 bit
877 877 color depth in the guest and the host OS.
878 878  
  879 +When using a 2.6 guest Linux kernel, you should add the option
  880 +@code{clock=pit} on the kernel command line because the 2.6 Linux
  881 +kernels make very strict real time clock checks by default that QEMU
  882 +cannot simulate exactly.
  883 +
879 884 @subsection Windows
880 885  
881 886 If you have a slow host, using Windows 95 is better as it gives the
882 887 best speed. Windows 2000 is also a good choice.
883 888  
884   -SVGA graphic modes support: QEMU emulates a Cirrus Logic GD5446 Video
  889 +@subsubsection SVGA graphic modes support
  890 +
  891 +QEMU emulates a Cirrus Logic GD5446 Video
885 892 card. All Windows versions starting from Windows 95 should recognize
886 893 and use this graphic card. For optimal performances, use 16 bit color
887 894 depth in the guest and the host OS.
888 895  
889   -CPU usage reduction: Windows 9x does not correctly use the CPU HLT
  896 +@subsubsection CPU usage reduction
  897 +
  898 +Windows 9x does not correctly use the CPU HLT
890 899 instruction. The result is that it takes host CPU cycles even when
891 900 idle. You can install the utility from
892 901 @url{http://www.user.cityline.ru/~maxamn/amnhltm.zip} to solve this
893 902 problem. Note that no such tool is needed for NT, 2000 or XP.
894 903  
  904 +@subsubsection Windows 2000 disk full problems
  905 +
  906 +Currently (release 0.6.0) QEMU has a bug which gives a @code{disk
  907 +full} error during installation of some releases of Windows 2000. The
  908 +workaround is to stop QEMU as soon as you notice that your disk image
  909 +size is growing too fast (monitor it with @code{ls -ls}). Then
  910 +relaunch QEMU to continue the installation. If you still experience
  911 +the problem, relaunch QEMU again.
  912 +
  913 +Future QEMU releases are likely to correct this bug.
  914 +
  915 +@subsubsection Windows XP security problems
  916 +
  917 +Some releases of Windows XP install correctly but give a security
  918 +error when booting:
  919 +@example
  920 +A problem is preventing Windows from accurately checking the
  921 +license for this computer. Error code: 0x800703e6.
  922 +@end example
  923 +The only known workaround is to boot in Safe mode
  924 +without networking support.
  925 +
  926 +Future QEMU releases are likely to correct this bug.
  927 +
895 928 @chapter QEMU PowerPC System emulator invocation
896 929  
897 930 Use the executable @file{qemu-system-ppc} to simulate a complete PREP
... ...