QEMU/Guests/Windows 95: Difference between revisions

change -localtime to -rtc base=localtime
No edit summary
(change -localtime to -rtc base=localtime)
When that's done, run the following command:
 
<pre>qemu-system-i386 -hda win95.img -cdrom win95_iso_name.iso -boot d -cpu pentium -m 64 -vga cirrus -net nic,model=pcnet -net user -rtc base=localtime</pre>
 
We do not enable KVM - Windows 95 does not work with it. We also don't use cpu host because we aren't using KVM (and we wouldn't want a modern CPU running under 95 anyway). This command does not require root or virtualization.
====After installation====
 
<pre>qemu-system-i386 -hda win95.img -boot c -cpu pentium -m 64 -vga cirrus -net nic,model=pcnet -net user -rtc base=localtime</pre>
 
[[Category:Windows installation guides]]
32

edits