From: cat AT animal DOT u-net DOT com Subject: 32-bit apps from ramdisk Organization: none Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: host1.lowtech.org X-Original-NNTP-Posting-Host: host1.lowtech.org Message-ID: <39c4ece8$1@news.gemsoft.net> Date: 17 Sep 2000 17:10:16 GMT X-Trace: 17 Sep 2000 17:10:16 GMT, host1.lowtech.org Lines: 21 X-Complaints-To: abuse AT gemsoft DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Please help me. I have developed a fake UNIX console with DJGPP and I want it to run from a big ramdrive (ramdrive.sys as part of DOS) and I would like to run a DJGPP executeable from the virtual disk. It is quite easy to run on the hard drive with CWSDPMI, but on the ramdisk the DPMI server does not appear to work. Is there any other way to run a 32-bit application after booting from a floppy and copying the stuff to RAM where it will be ungzipped. In testing this I also had a minor problem with gzip. DJGPP binaries compress nicely with gzip, and I have written a 16 bit program to piggyback both gzip and a compressed 32-bit application and then a .tgz file. This works nicely in a windows environment, but sometimes the compressed binary cannot be decompressed in a DOS environment. The piggyback system can be seen on my website. http://www.d4maths.co.uk/iskra.exe. Run this in an empty directory. Tony Goddard