search for: dosemu

Displaying 20 results from an estimated 109 matches for "dosemu".

2001 Mar 08
6
DOS Emulator?
Hi, I use the latest Codeweavers WINE and several DOS programs wouldn't run correctly. Where can I find the best DOS emulator for Linux? Thanks!
2002 Oct 03
0
dosemu,not WINE, to run 16 bit DPMI
Some days ago, I asked for help running an old DOS program for a CA attorney. It seemed to have a problem with 16 bit DPMI. While we have had to (temporarily, I hope) compromise and use a licensed copy of DOS 6.22 to run it with dosemu, it runs perfectly on dosemu. Instead of usind a hdimage of freedos, which will not run the program, one creates a dir, /var/lib/dosemu/bootdir, and fills it with command.com, io.sys, msdos.sys, \mouse\mouse.com, whatever other command files you wish, pop in a simple autoexec.bat to set path, a...
2004 Sep 04
1
Dosemu and shorewall.
Hello.. I have a somewhat "funny" setup. I use the dosemulator Dosemu for running a dos based packetradio nodeprogram called Xrouter. I setup dosemu to use my eth1 (lan) nic and i bring up a device called dsn0. (this is all running on Slackware 9.1 without X) insmod /etc/dosemu/dosnet.o sleep 2 ifconfig dsn0 192.168.1.1 netmask 255.255.255.0 route add -ho...
2004 Sep 06
0
Shorewall and dosemu
Another try and now with the info asked 4. nl1cat wrote: | Hello.. | I have a somewhat "funny" setup. | I use the dosemulator Dosemu for running a dos based packetradio nodeprogram | called Xrouter. | I setup dosemu to use my eth1 (lan) nic and i bring up a device called dsn0. | (this is all running on Slackware 9.1 without X) | insmod /etc/dosemu/dosnet.o | sleep 2 | ifconfig dsn0 192.168.1.1 netmask 255.255.255.0 |...
2001 Feb 02
2
Ye olde INT 33h
...Eduardo Costa wrote: > Does anybody know if Wine will support the INT 33h (I think it's an > alias to "DPMI") ? I want to play my old classic DOS games, but in > Windoze they crash (don't know why - I hate this O$), and Wine doesn't > support this interrupt. Try dosemu (www.dosemu.org). Runs almost all non-DPMI programs and quite a few DPMI ones (like Duke3D and Doom FWIW). Exceptions are for instance some of the Ultima's, VCPI programs and other games that refuse to work under Win9x. You have to try it though. Don't expect sound working. DOSEMU uses qu...
2001 Dec 30
2
Lock Problem
We have some database dos programs runing under Linux with dosemu on the client side connected to Linux server runing samba, and want to do register locks in a local directory mounted with smbmount. In samba 2.0 this was not possible (files become corrupted). Can samba 2.2 do the trick?. We don't want to use micro$oft lan manager for DOS. Any other option...
2004 Sep 09
4
Shorewall and dosemu trouble
Anyone ?|Another try and now with the info asked 4. |nl1cat wrote: | Hello.. | I have a somewhat "funny" setup. | I use the dosemulator Dosemu for running a dos based packetradio nodeprogram | called Xrouter. | I setup dosemu to use my eth1 (lan) nic and i bring up a device called dsn0. | (this is all running on Slackware 9.1 without X) | insmod /etc/dosemu/dosnet.o | sleep 2 | ifconfig dsn0 192.168.1.1 netmask 255.255.255.0 |...
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem. But there is the second problem, the boot disk failure (see below << [B]) ... command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk Disk is hard disk, 16128K CHS=2/256/63 <<<< [A] ... Loading boot sector... booting... SYSLINUX 2.04 welcome! boot: 1 [single dot]
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2002 Jan 21
2
memdisk hd images
How does one make a HD image? Floppy images are easy enough, but to have to create a hdimage, you need MBR and partitions, etc... I want to create a 10MB DOS HD and boot it, how would I do this with Linux? Thanks.
2002 Oct 29
2
SYSLINUX 2.01-pre1 released
This isn't strictly speaking a SYSLINUX release, it's a change to MEMDISK and mkdiskimage to allow the creation of hard disk images with DOSEMU headers. This should make it easier to create bootable DOS hard disk images under DOSEMU. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2002 Oct 28
3
memdisk hard disk image
Can anyone please tell me how to create a bootable 10MB hard disk image for use with memdisk? I'd like to use FreeDOS. And I know little of DOS. Thanks.
2004 Jul 20
2
testing menu's
Is there a simple well to test a menu after compiling rather than actually booting with it from pxe or off the cd? I guess it would run inside dosemu? Thanks, James James S. Martin, RHCE Contractor Administrative Office of the United States Courts Washington, DC (202) 502-2394
2005 Feb 21
2
memdisk: regression: 2.11 -> 2.12 (up to 3.07)
- mkdiskimage -d image.dsk 2 64 32 - load it in dosemu and make it bootable with sys - isolinux: label 999 kernel memdisk append initrd=image.dsk harddisk c=2 h=63 s=32 results: memdisk 2.11 -> boots memdisk > 2.11 (up to 3.07) -> hangs The following message is printed in the boot messages > 2.11: MEMDISK: image has a frac...
2007 Jul 14
4
install a DOS application with wine
Hi I have a relatively small executable (and also the source code) for an experimental data logging application which was written to be used with DOS in the middle ages of earth. I tried to install it using wine. Wine simply hangs after the second line - no return to prompt - see below: user@Laptop:~$ wine '/home/user/Desktop/Pocket.exe' Warning: unprotecting memory to allow real-mode
2003 May 13
1
Creating HD Boot Images
I have been trying to track down information on building HD boot images for ISOLINUX and MEMDISK, and so far, haven't had a whole lot of luck. I've found a number of sources describing the process of setting up ISOLINUX and MEMDISK, and how to configure the boot CD to boot various OS's. I've also read through Bart Lagerweij's BootCD/ModBoot pages, and Mikhail
2001 Apr 24
1
Help: How to run DOS program which needs ansi.sys???
Hi folks, does anybody know how to get a DOS executable to run that relies heavily on ansi.sys to simulate a text-based user interface? My wine version is "Wine release 20010305". Any help appreciated. Regards Lothar -- Lothar Birk -- Institute of Naval Architecture and Ocean Engineering E-mail L.Birk@ism.TU-Berlin.DE S-Mail TU Berlin Phone +49 (0)30 314 26010 (direct line) or
2007 Nov 12
5
DOS Assembler
Hi, i need to write DOS Assembler software, ive tried TASM.EXE, but it just crashes. System is: x86_64 AMD, archlinux. wine is installed as 32bit through multilib....is it possible that this combination causes the crash? Is there a easier solution/program? greets Julius
2001 Jul 26
4
plain DOS
Hi! I just hear you talking about programs like UT or winword, requiring either a 3D rendering engine or a million DLLs. But has anyone of you ever successfully started a plain DOS Program like MS edit.com or duke3d? Whenever i try anything like that wine runs into an infinite loop and does nothing but produce cpu load and > fixme:pthread_kill_other_threads_np messages... With some programs i
2006 Apr 29
1
Re: running dBase app with wine
On Tue, 25 Apr 2006 13:52:14 +0200, "Mrkljus" <aposdi@brbr.hr> wrote: >Hi, > >I have a problem running dBase application with wine. Is there any solution >I can try with? > >Has anyone succeeded to run dbu.exe with wine, for example... Use xHarbour ( open source : www.xharbour.org , commercial version : www.xharbour.com which use the open source compiler plus