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

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

This template must be substituted. Replace {{Archive header with {{subst:Archive header.

{| width = "100%"

|- ! colspan="3" align="center" | Computing desk |- ! width="20%" align="left" | < October 18 ! width="25%" align="center"|<< Sep | October | Nov >> ! width="20%" align="right" |Current desk > |}

Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is a transcluded 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 source]

Windows 3.1 CPU

[edit source]

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)

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)
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)