1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
Sources of dosemu-freedos-bin.tgz
=================================
This file describes from where the binaries of dosemu-freedos-bin
have been downloaded and where to find the sources which made these
binaries. The dosemu team itself has not compiled everything from those
sources, but most are copied and stripped down (deleting files and symlinking
duplicates) to tailor a minimal system. This work has been done manually
(no script) and the resulting tree is simply tar'ed to build
dosemu-freedos-bin.tgz.
freedos/*:
==============
These files are extracted from the beta9 pr4 iso available at
ftp://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/
nansis.zip comps.zip finds.zip replaces.zip
nansix.zip compx.zip findx.zip replacex.zip
assigns.zip moves.zip substs.zip suppls.zip
assignx.zip movex.zip substx.zip
attribs.zip deltrees.zip exe2bins.zip labels.zip
attribx.zip deltreex.zip exe2binx.zip labelx.zip
dskcomps.zip fasthlps.zip shares.zip trees.zip
dskcompx.zip fasthlpx.zip sharex.zip treex.zip
commands.zip dskcopys.zip displays.zip shsucdxx.zip
commandx.zip dskcopyx.zip displayx.zip shsucdxs.zip
xcopys.zip xcopyx.zip
suppls.zip and commands.zip where patched with cmd.diff and suppl.diff;
command.com and edlin.com were recompiled.
The following packages have been taken from FreeDOS Beta 6 base1.zip
loadh01x.zip vol10x.zip
and corresponding source zip:
loadh01s.zip vol10s.zip
The following packages have been taken from FreeDOS Beta 5 util1.zip:
du10x.zip tee10x.zip rerr10x.zip touc143x.zip
and corresponding source zip:
du10s.zip tee10s.zip rerr10s.zip touc143s.zip
The following packages have been taken from FreeDOS Beta 5 lang1.zip:
bwb220ax.zip lib32x.zip
and corresponding source zip:
bwb220as.zip lib32s.zip
The FreeDOS kernel and SYS.COM are obtained from http://freedos.sf.net,
files ke2035_32.zip and ke2035src.zip.
WCD comes from wcd311bs.zip and wcd311rm.zip; also available at ibiblio.org.
.cpi files were compressed using UPX.
Other URLS used for updates:
http://freedos.sf.net/mem/mem16.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/fc/fc302x.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/fc/fc302s.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/sort/sort-09jul2004.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/choice/choice43a.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/more/more40b.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edit/edit081.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/mode/mode-29apr2004.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/debug98.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edline/edlin22.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/format/format-0.91p.zip
freedos/gnu/*:
==============
These are programs of the famous GNUish MSDOS project. Most of the
former download points have vanished, but currently atleast
ftp.ibiblio.org is still keeping a copy of it:
ftp://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/gnuish/gnuish93/...
.../futi14bs.zip (the source)
.../fgre11as.zoo
.../booz20.zoo
.../gnulibas.zoo
.../futi14bx.zip (the binaries)
.../fgre11ax.zoo
.../booz20.zoo
NOTE1: You need booz.exe (under DOS) to extract the .zoo files.
The .zip files can be extracted with unzip, which is available
on all Linux distributions.
NOTE2: The sizes of the binaries in the *x.{zip,zoo} archives are wrong
by one byte, because (maybe by accident) those files are suffixed
by a LF (0x0a). This is fixed in freedos/gnu.
-- June 2001, Hans Lermen <lermen@fgan.de>
-- 2002, 2003, 2004, Bart Oldeman
|