> echo 00: 0F 09 90 9D 66 58 C3 | xxd -r | ndisasm -
00000000  0F09              wbinvd
00000002  90                nop
00000003  9D                popf
00000004  6658              pop eax
00000006  C3                ret

So your SLOWDOWN crash happens because SLOWDOWN tries to disable the
CPU cache (or in this case: flush it, but it tries to disable it somewhere
else in the SLOWDOWN code, too). You should try to select a command line
option for SLOWDOWN which tells it that it may not mess with the caches.

Eric

> Also, I ran slowdown and it still crashes.
> SLOWDOWN 3.10, (C) 1993-2002, Bret Johnson.
> 
> Illegal Instruction occurred
> CS=0552 IP=097F SS=0552 SP=FFE8 DS=0000 ES=0552
> EAX=E0000011 EBX=80000011 ECX=0DFF0000 EDX=FF0D160A
> ESI=0DFF0100 EDI=FF0DFFFE EBP=0DFF091E
> Opcodes @CS:IP 0F 09 90 9D 66 58 C3 66



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to