VOGONS

Common searches


Search results

Display options

Re: DOSBox Blocks Hibernation

I'm an old mainframe hog. While I do have some PC programming knowledge, I don't know everything. I entered the environment variable in DOSBox using the SET command. (Did I say I was using Debian Linux 6 [Wheezy] with the MATE desktop? See the OP.) Jennifer

Re: DOSBox Blocks Hibernation

What I need is to be able to walk away and when it reaches a certain time of no input, allow the computer to go to sleep, same as with most apps. I don't want to shut down DOSBox, because then I'll lose whatever I've done up to that point. I do want to be able to pick up exactly where I left off. …

Re: DOSBox Blocks Hibernation

Bump. It turns out it wasn't hibernation that was being blocked, it was sleep (suspend) mode. In any case, isn't there some sort of system call that a program (such as DOSBox) uses to block hibernation/sleep? Perhaps I could use a hex editor to "no-op" this call. The ideal solution would be a …

No Beep With printf("\a") - SOLVED

A program I wrote and am running under DOSBox cointains the following line of code: printf("\a"); I would expect to hear a beep, but there's nothing. Absent making the above line of code work, is there some sort of workaround for this? Like some sort of function call to a sound package that would do …

DOSBox Blocks Hibernation

When I have DOSBox up and I walk away from my computer, it won't hibernate. I'm certain it is DOSBox that is doing this, because if it's NOT running then my computer goes into hibernation just fine after so many minutes. This happens when the DOS prompt is showing and when I'm running a program ( …

Yellow Is Orange Not Yellow - CLOSED

Hello Everyone, This is my first time on this forum and I don't even know if this question belongs here. If not, would someone please direct me? I'm running a program I wrote under Turbo C under DOSBox 0.74 under Debian Linux 6 (Wheezy) with MATE. I would expect the following code: printf("\x1b[ …

Page 1 of 1