Mail Archives: djgpp/2010/03/16/23:15:17
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
From: | Rugxulo <rugxulo AT gmail DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Rv: Re: DOSBox memory, please help me
|
Date: | Tue, 16 Mar 2010 20:52:54 -0700 (PDT)
|
Organization: | http://groups.google.com
|
Lines: | 39
|
Message-ID: | <afed8c11-861c-48f0-868c-28265b77cd44@q16g2000yqq.googlegroups.com>
|
References: | <250632 DOT 83403 DOT qm AT web45114 DOT mail DOT sp1 DOT yahoo DOT com>
|
NNTP-Posting-Host: | 65.13.115.246
|
Mime-Version: | 1.0
|
X-Trace: | posting.google.com 1268797974 23294 127.0.0.1 (17 Mar 2010 03:52:54 GMT)
|
X-Complaints-To: | groups-abuse AT google DOT com
|
NNTP-Posting-Date: | Wed, 17 Mar 2010 03:52:54 +0000 (UTC)
|
Complaints-To: | groups-abuse AT google DOT com
|
Injection-Info: | q16g2000yqq.googlegroups.com; posting-host=65.13.115.246;
|
| posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO
|
User-Agent: | G2/1.0
|
X-HTTP-UserAgent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2)
|
| Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
|
Bytes: | 2990
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Hi,
On Mar 16, 10:26=A0am, Pablo Marty <tigrepotrazosalv DOT DOT DOT AT yahoo DOT com DOT ar>
wrote:
>
> yes, please send me that file and explain me how to install and use FreeD=
OS, I hope the
> directory managing is the same than in old DOS .... because in DOSBox you=
have to type
> mount a c:\juegos, etc, and it's a mess
FreeDOS is the same as other DOSes (well, 99% anyways). Directory
handling works exactly the same while the DOSBox emulator needs to map
host OS files to guest "OS" files (but you can automate frequent
mounting in the dosbox-0.7.3.conf file under [autoexec]).
The bare minimum files you really need for FreeDOS are the shell
(command.com, FreeCom) and kernel (kernel.sys, replaces io.sys and
msdos.sys). Of course, for the game you also need cwsdpmi.exe, and you
may also want himemx.exe and jemm386.exe.
http://www.freedos.org/software/?cat=3Dbase
To install to a partition, you need fdisk, create (or resize) a
(reasonably-sized) FAT, reboot, "format c:", run "sys a:
c:" (optionally with "/BOOTONLY"), and then copy whatever else you
need (display, ega*.cpx, keyb, ctmouse, edit, attrib, find, more, fc).
N.B. If you really really want, I'll upload a simple floppy disk image
(w/ srcs) for you. This will be easier for QEMU, VirtualBox, etc. (or
even real floppy) instead of having to muck around with hard disk
partitions.
> I suppose I'll be able to run RHIDE with FreeDOS and find the bugs from t=
he error windows, that
> highlights the code line where they occurs
Yes. Unlike Windows, RHIDE does actually work in DOS! (Of course, it's
abandoned, but hey, at least it still works somewhere.)
- Raw text -