All of lore.kernel.org
 help / color / mirror / Atom feed
* where are all the dosemu files
@ 2013-06-18 22:17 John R. Sowden
  2013-06-19  8:41 ` Stas Sergeev
  2013-06-19  8:58 ` Frantisek Hanzlik
  0 siblings, 2 replies; 4+ messages in thread
From: John R. Sowden @ 2013-06-18 22:17 UTC (permalink / raw)
  To: linux-msdos

I continue to use DOS because it is simple to configure, and requires a 
minimum of files.  I have been trying to find out the order of execution 
of dosemu from when I click on the icon until the c: prompt shows up.  I 
am also trying to find all of the associated/required files.  I don't 
understand how the links work in d:/dosemu when they all lick to 
generic.com.  Where are the actual files.  I want the minimum in my 
ubuntu directory structure and the mail part on a fat32 partition.

Where do i get this data?

John


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where are all the dosemu files
  2013-06-18 22:17 where are all the dosemu files John R. Sowden
@ 2013-06-19  8:41 ` Stas Sergeev
  2013-06-19  8:43   ` Stas Sergeev
  2013-06-19  8:58 ` Frantisek Hanzlik
  1 sibling, 1 reply; 4+ messages in thread
From: Stas Sergeev @ 2013-06-19  8:41 UTC (permalink / raw)
  To: John R. Sowden; +Cc: linux-msdos

19.06.2013 02:17, John R. Sowden пишет:
> I continue to use DOS because it is simple to configure, and requires
> a minimum of files. I have been trying to find out the order of
> execution of dosemu from when I click on the icon until the c: prompt
> shows up. I am also trying to find all of the associated/required
> files. I don't understand how the links work in d:/dosemu when they
> all lick to generic.com. Where are the actual files. I want the
> minimum in my ubuntu directory structure and the mail part on a fat32
> partition.
>
> Where do i get this data?
There is nothing more, just generic.com and the symlinks to it.
Your question is unclear, I guess your problem is fat32 where
the symlinks do not work? In this case you can just have a
multiple copies of generic.com under different names.
But normally you can have drive C on fat32 and drive D in your
home directory of linux.
And you also need a freedos distribution of course.
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where are all the dosemu files
  2013-06-19  8:41 ` Stas Sergeev
@ 2013-06-19  8:43   ` Stas Sergeev
  0 siblings, 0 replies; 4+ messages in thread
From: Stas Sergeev @ 2013-06-19  8:43 UTC (permalink / raw)
  To: John R. Sowden; +Cc: linux-msdos

19.06.2013 12:41, Stas Sergeev пишет:
> 19.06.2013 02:17, John R. Sowden пишет:
>> I continue to use DOS because it is simple to configure, and requires
>> a minimum of files. I have been trying to find out the order of
>> execution of dosemu from when I click on the icon until the c: prompt
>> shows up. I am also trying to find all of the associated/required
>> files. I don't understand how the links work in d:/dosemu when they
>> all lick to generic.com. Where are the actual files. I want the
>> minimum in my ubuntu directory structure and the mail part on a fat32
>> partition.
>>
>> Where do i get this data?
> There is nothing more, just generic.com and the symlinks to it.
Oh well, and a few *.sys files of course.
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where are all the dosemu files
  2013-06-18 22:17 where are all the dosemu files John R. Sowden
  2013-06-19  8:41 ` Stas Sergeev
@ 2013-06-19  8:58 ` Frantisek Hanzlik
  1 sibling, 0 replies; 4+ messages in thread
From: Frantisek Hanzlik @ 2013-06-19  8:58 UTC (permalink / raw)
  To: linux-msdos

John R. Sowden wrote:
> I continue to use DOS because it is simple to configure, and requires a
> minimum of files.  I have been trying to find out the order of execution
> of dosemu from when I click on the icon until the c: prompt shows up.

first start 'dosemu' - shell (sh/bash) script, which perform some
initialization and preliminary things. At end this script starts
'dosemu.bin' - self DOS emulation engine. dosemu.bin then initialize
and run some instance of DOS (usually FreeDOS). There is not necessary
have DOS on FAT partition, it may be on some native Linux partition too.

Dosemu uses some configuration files in '/etc/dosemu/', it has other
files in /usr/bin/, /usr/share/dosemu/, /usr/share/doc/dosemu/,
/usr/lib/dosemu/ etc. These files and their precise location You should
obtain from your package system - command 'rpm -ql dosemu' give it on
my Fedora system, which use RPM package manager. Ubuntu has IMO 'apt'
as package manager.

> I am also trying to find all of the associated/required files.  I don't
> understand how the links work in d:/dosemu when they all lick to
> generic.com.

This trick uses fact, that binary can detect with which name run and
behaves depend on it.

>  Where are the actual files.  I want the minimum in my ubuntu
> directory structure and the mail part on a fat32 partition.
> 
> Where do i get this data?
> 
> John

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-19  8:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-18 22:17 where are all the dosemu files John R. Sowden
2013-06-19  8:41 ` Stas Sergeev
2013-06-19  8:43   ` Stas Sergeev
2013-06-19  8:58 ` Frantisek Hanzlik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.