News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Problem using vDOS

Started by NoCforMe, March 01, 2024, 11:36:00 AM

Previous topic - Next topic

NoCforMe

Just installed vDOS. Tried running it (vDOS.exe, double-click in Explorer), got an error message: "vDOS should not run elevated". ?????

Anyone have any experience with this DOS emulator?
Assembly language programming should be fun. That's why I do it.

NoCforMe

I found an answer on the vDOS forum. The latest version checks for elevated permissions and exits if found. Workaround is to add "admin=on" to the config.txt file.
Assembly language programming should be fun. That's why I do it.

sinsi

Get VMWare cheap     https://www.kinguin.net/
Get MS-DOS free        https://winworldpc.com/library/operating-systems

NoCforMe

Quote from: sinsi on March 01, 2024, 03:43:37 PMGet MS-DOS free        https://winworldpc.com/library/operating-systems
That'll run on a modern (Intel Core 2 Duo, Windoze 7) computer?
Assembly language programming should be fun. That's why I do it.

_japheth

Quote from: NoCforMe on March 01, 2024, 07:21:40 PMThat'll run on a modern (Intel Core 2 Duo, Windoze 7) computer?

A C2D is still "modern"? I thought it's "legacy" these days ...

Anyway, I run bare DOS on a Ryzen 5 without problems. But the simplest approach is to install DosBox.

Dummheit, gepaart mit Dreistigkeit - eine furchtbare Macht.

TimoVJL

Quote from: _japheth on March 01, 2024, 07:44:44 PMAnyway, I run bare DOS on a Ryzen 5 without problems. But the simplest approach is to install DosBox.

DosBox can handle those speed issues, that some DOS programs needs.
Also COM: emulation works most of cases.

Oracle VM VirtualBox is a bit heavy for simple things.
May the source be with you

NoCforMe

I'm currently experimenting with vDOS, as it seems a bit simpler than DOSbox. Will report results soon (I'm writing a key-logging program to test with).
Assembly language programming should be fun. That's why I do it.