Difference between revisions of "Installing Windows NT 3.5 on Qemu"
From Computer History Wiki
					
										
					
					|  (New page: == CPU == Windows NT 3.5 suffers from the same CPU identification issue as NT 3.1  You need to edit a string in the files INITIAL.IN_ and SETUP.IN_   Open each one in notepad and search fo...) | m (cat typo) | ||
| Line 16: | Line 16: | ||
| {{stub}} | {{stub}} | ||
| − | [[Category: | + | |
| + | [[Category:Tutorials]] | ||
| + | [[Category:qemu]] | ||
Latest revision as of 22:58, 6 March 2021
CPU
Windows NT 3.5 suffers from the same CPU identification issue as NT 3.1
You need to edit a string in the files INITIAL.IN_ and SETUP.IN_
Open each one in notepad and search for: [ProcessorVar]
Then change the string below it from
STF_PROCESSOR = "" ? $(!LIBHANDLE) GetProcessor
to
STF_PROCESSOR = $(ProcessorID_I586)

