I actually made an archive a few days ago mainly for personal use; I basically just unzipped everything from FreeDOS 1.1 except utilties (like format, undelete, unformat, etc..) that don't have any use under DOSEMU. I've put the file here if you're interested: http://dl.dropbox.com/u/13513277/dosemu/dosemu-freedos-1.1-bin.tgz
One point of contention I've had about it is the GNU subdirectory. The utilties in it are very old (1993!) ports of a handful of GNU utilties. DJGPP includes newer (2003-ish) versions of all of these, but I'm still not quite happy with that solution; I've had trouble building the most recent coreutils with DJGPP, and haven't looked into it too much. As it is currently, I keep c:\djgpp\bin before z:\gnu in my %PATH% so that the built-ins don't get used and instead the more functional ones do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I agree with Mike that the FreeDOS mini-distro shipped with DOSemu badly needs to be refreshed. I'd suggest also shipping fdnpkg there (the FreeDOS network package manager) - this would allow users to keep their systems up to date, and install/remove packages on their own. Since networking DOSemu became quite trivial recently, this would bring a nice feature to DOSemu without any development cost. I will try to put something together.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've put together a small 'distribution' of FreeDOS for DOSemu.
It contains file needed to start the system, interact with DOSemu (via latest DOSemu tools from git), manage files (copy, deltree, edit...), and handle packages (via fdnpkg).
Also loads the blaster driver at start, as well as the EMS memory driver.
This provides an up to date, small, working FreeDOS system that should be suitable for most people (since most people use DOSemu for playing old games).
Everything is installed as packages, therefore updating the system is as easy as:
fdnpkg checkupdates
and it's possible for users to install whatever additional software they need via online repositories. Examples:
fdnpkg install djgpp
fdnpkg install freedoom
...
Below is the exact list of packages that are preinstalled:
attrib 2.1
choice 4.4
command 0.84 pre 2
cpidos 3.0
deltree 1.02g.mrlg
edit 0.9a
fc 3.03
fdnpkg 0.94
find 3.0a LFN (24 Sep 2007)
help 1.0.7a
kernel 2041
mem 1.11
more 4.3
sort 1.4 (23 Sep 2007)
tree 3.7.2
unrar 3.80
unzip 6.00
xcopy 1.4
zip 2.3
Hi Mateusz,
Any chance of putting your current distro up somewhere, since dosemu still seems to ship with old freedos (at least the version I installed from ubuntu does).
S
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm sorry, I don't have it anymore... It was basically a minimalistic FreeDOS archive that contained only the most required stuff (XMS support, a text editor..) and the FDNPKG manager that allows to download & install anything that the user needs, and keep everything up to date on the long run (assuming DOSemu provides networking).
So, nothing really complicated.. Will see if I can recreate it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi @Stas,
I gave this a quick try and it worked (though I only really tested
'edit') - I replaced my usr/lib/dosemu/drive_z with the contents of the
archive, then copied over the missing dosemu parts (dosemu, ems.sys
command.com and probably a couple of others).
@Mateusz if we had fdnpkg included by default it would be great for
keeping things up to date / general package installation.
Hi, I'm sorry, I don't have it anymore... It was basically a minimalistic
FreeDOS archive that contained only the most required stuff (XMS support, a
text editor..) and the FDNPKG manager that allows to download & install
anything that the user needs, and keep everything up to date on the long
run (assuming DOSemu provides networking).
So, nothing really complicated.. Will see if I can recreate it.
Hi, which one you tried?
From Frantisek Hanzlik franta@hanzlici.cz or Mike Swanson (chungy)?
These are the different packs I think, and
yet different from the one Mateusz had.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
but again, don't expect much "wow" here, it is only a minimal, up to date preinstallation of FreeDOS, sligthtly customized for DOSemu. It features only basic stuff + FDNPKG, so the user can use fdnpkg to install anything additional (assuming working network connectivity inside DOSemu)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I actually made an archive a few days ago mainly for personal use; I basically just unzipped everything from FreeDOS 1.1 except utilties (like format, undelete, unformat, etc..) that don't have any use under DOSEMU. I've put the file here if you're interested: http://dl.dropbox.com/u/13513277/dosemu/dosemu-freedos-1.1-bin.tgz
One point of contention I've had about it is the GNU subdirectory. The utilties in it are very old (1993!) ports of a handful of GNU utilties. DJGPP includes newer (2003-ish) versions of all of these, but I'm still not quite happy with that solution; I've had trouble building the most recent coreutils with DJGPP, and haven't looked into it too much. As it is currently, I keep c:\djgpp\bin before z:\gnu in my %PATH% so that the built-ins don't get used and instead the more functional ones do.
I agree with Mike that the FreeDOS mini-distro shipped with DOSemu badly needs to be refreshed. I'd suggest also shipping fdnpkg there (the FreeDOS network package manager) - this would allow users to keep their systems up to date, and install/remove packages on their own. Since networking DOSemu became quite trivial recently, this would bring a nice feature to DOSemu without any development cost. I will try to put something together.
I've put together a small 'distribution' of FreeDOS for DOSemu.
It contains file needed to start the system, interact with DOSemu (via latest DOSemu tools from git), manage files (copy, deltree, edit...), and handle packages (via fdnpkg).
Also loads the blaster driver at start, as well as the EMS memory driver.
This provides an up to date, small, working FreeDOS system that should be suitable for most people (since most people use DOSemu for playing old games).
Everything is installed as packages, therefore updating the system is as easy as:
and it's possible for users to install whatever additional software they need via online repositories. Examples:
Below is the exact list of packages that are preinstalled:
This new 'distro' is available for download here:
http://www.viste-family.net/mateusz/temp/dosemu-freedos/
I thought people use dosbox for old games. :)
(after all, this is what dosbox was designed for)
But FreeDOS have to be updated for sure.
Last edit: Stas Sergeev 2013-06-28
Hi Mateusz,
Any chance of putting your current distro up somewhere, since dosemu still seems to ship with old freedos (at least the version I installed from ubuntu does).
S
Hi, I'm sorry, I don't have it anymore... It was basically a minimalistic FreeDOS archive that contained only the most required stuff (XMS support, a text editor..) and the FDNPKG manager that allows to download & install anything that the user needs, and keep everything up to date on the long run (assuming DOSemu provides networking).
So, nothing really complicated.. Will see if I can recreate it.
Hi @Stas,
I gave this a quick try and it worked (though I only really tested
'edit') - I replaced my usr/lib/dosemu/drive_z with the contents of the
archive, then copied over the missing dosemu parts (dosemu, ems.sys
command.com and probably a couple of others).
@Mateusz if we had fdnpkg included by default it would be great for
keeping things up to date / general package installation.
S
S
On 13 May 2014 15:29, Mateusz Viste mv_fox@users.sf.net wrote:
Related
Feature Requests: #63
Hi, which one you tried?
From Frantisek Hanzlik franta@hanzlici.cz or Mike Swanson (chungy)?
These are the different packs I think, and
yet different from the one Mateusz had.
I tried this one
http://www.hanzlici.cz/packages/dosemu-freedos/dosemu-freedos-1.1-pre1-bin.tgz
since I dropbox is blocked at work
On 13 May 2014 18:43, Stas Sergeev stsp@users.sf.net wrote:
Related
Feature Requests: #63
I'm going to get try the dropbox one now
http://dl.dropbox.com/u/13513277/dosemu/dosemu-freedos-1.1-bin.tgz
since I'm at home ..
On 13 May 2014 20:59, Stuart Axon stuaxo@users.sf.net wrote:
Related
Feature Requests: #63
Hello,
I have re-done my mini-fdnpkg-powered FreeDOS package for DOSemu, and uploaded it at the same address than before:
http://www.viste-family.net/mateusz/temp/dosemu-freedos/
but again, don't expect much "wow" here, it is only a minimal, up to date preinstallation of FreeDOS, sligthtly customized for DOSemu. It features only basic stuff + FDNPKG, so the user can use fdnpkg to install anything additional (assuming working network connectivity inside DOSemu)
Please find it here:
http://www.hanzlici.cz/packages/dosemu-freedos/dosemu-freedos-1.1-pre1-bin.tgz
(not Mateusz have uploaded it,
Frantisek Hanzlik franta@hanzlici.cz )
http://dl.dropbox.com/u/13513277/dosemu/dosemu-freedos-1.1-bin.tgz
This URL (Mike Swanson (chungy) ) seems to work too.
Someone really need to look into all these packages. :)
There's now a version 1.2 release of freedos: http://www.freedos.org/
I've been trying to install this in dosemu2 but haven't figured it out yet. If someone wants to make binaries that'd be great.
Nevermind! I found what I'm looking for here: https://chungy.keybase.pub/dosemu/dosemu-freedos-1.2-bin.tgz