I'll just send the relevant part of the file.

<snip>
for %%x in ( 4 5 6 ) do if "%cputype%"=="80%%x86" set cputype=80386
</snip>

<snip>
if "%cputype%"=="" set cputype=80386
goto s4_%cputype%

:s4_80186
:s4_80286
:s4_80386
</snip>

When I change the top line to the following, it works fine.
   for %%x in ( 4 5 6 15 ) do if "%cputype%"=="80%%x86" set cputype=80386


Robert Riebisch wrote:
> Wesley Parish wrote:
>
>   
>>> Maybe that '801586' is the problem. Probably it should be '80586'?!
>>>       
>> There are no 801586 CPUs.  It looks like something's trying to cover all 
>> bases
>> - ie, 80186 - 80586, and failing miserably at it.
>>     
>
> Where did I say, that 801586 CPUs exist?
>
>   
>> Just my 0.02c.
>>     
>
> Sorry, but keep it.
>
> Robert Riebisch
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to