Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a29eaa19bb0ad319

Jump to content

Wikipedia:Reference desk/Archives/Computing/2013 October 19

From Wikipedia, the free encyclopedia
Computing desk
< October 18 << Sep | October | Nov >> October 20 >
Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


October 19

[edit]

Windows 3.1 CPU

[edit]

Is there a way to add HLT to Windows 3.1 in standard mode (not 386-enhanced mode)? 82.44.76.14 (talk) 19:20, 19 October 2013 (UTC)reply

It's a privileged (ring 0) instruction. I haven't worked with Win 3.1 for a very long time, but you may have to write a device driver or similarly elevated-privilege module to be able to use this instruction.-gadfium 01:28, 20 October 2013 (UTC)reply
I assume you know about WQGHLT, which does what you ask for in 386-enhanced mode. Have you tried DOSIDLE? I am no expert on Windows 3.1 in standard mode, but as far as I understand that should be worth a try. --dapete 14:06, 20 October 2013 (UTC)reply