QEMU/Guests/Windows NT 3.x-4.0 (MIPS): Difference between revisions

"-global ds1225y.size=8200" arg is no longer needed
No edit summary
("-global ds1225y.size=8200" arg is no longer needed)
 
(One intermediate revision by the same user not shown)
Next, start QEMU with the following command:
 
<pre>qemu-system-mips64el -hda ntmips.img -M magnum -nic user,model=dp83932 -cdrom win_nt_4_iso.iso -m 128 -global ds1225y.filename=nvram -global ds1225y.size=8200</pre>
 
We set the memory to 128 MB of RAM since this is the most supported by the Magnum machine. Only <code>128</code> and <code>64</code> are valid values (it won't boot with any others).
When we're done with that, exit and run the following: <code>cd:\mips\setupldr</code>
 
From then on, it installs pretty much exactly like x86 NT. MakeIt's surepretty youstraightforward. skipSkip the disk scan, go through the setup, and congratulations, you'll have a working NT MIPS environment!
 
==Software==