| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: dosemu | Distribution: SUSE Linux Enterprise 16 |
| Version: 1.4.0.1.r2065 | Vendor: openSUSE |
| Release: bp160.1.11 | Build date: Mon Feb 26 08:49:42 2024 |
| Group: System/Emulators/PC | Build host: reproducible |
| Size: 43046293 | Source RPM: dosemu-1.4.0.1.r2065-bp160.1.11.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://www.dosemu.org | |
| Summary: The DOS Emulator | |
This package allows MS-DOS programs to be run in Linux. A virtual machine (the DOS box) provides the necessary BIOS functions and emulates most of the chip devices (for example: timer, interrupt, and keyboard controller).
GPL-2.0-or-later
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
* Mon Nov 13 2023 Michael Matz <matz@suse.com>
- Remove bin86 from BuildRequires. It isn't used since a very
long time now.
* Thu Jul 21 2022 Jan Engelhardt <jengelh@inai.de>
- Remove old specfile constructs and all the things pre-15.x;
drop obsolete dosemu-flex.patch in the process.
- Trim descriptions, it's not supposed to be a manual.
* Tue Jun 07 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use
sdl12_compat as an alternative.
- Run spec-cleaner: align spec file layout with openSUSE standards.
* Wed Jan 22 2020 Jiri Slaby <jslaby@suse.com>
- add dosemu-LTO-fix.patch (bnc#1160098)
* Wed Oct 30 2019 Martin Liška <mliska@suse.cz>
- Use -flto-partition=one in order to make top-level assembly
working with LTO.
* Fri Jul 13 2018 bwiedemann@suse.com
- Extend reproducible.patch to override build date (boo#1047218)
* Tue Dec 05 2017 crrodriguez@opensuse.org
- Replace xorg-x11-devel build dependency for individual
libraries.
* Sat May 27 2017 bwiedemann@suse.com
- Add reproducible.patch to sort input files (boo#1041090)
and to use gzip -n to make build fully reproducible
* Sun Jun 21 2015 crrodriguez@opensuse.org
- remove buggy glibc version check (dosemu-skip-glibc-test.patch)
- force GNU inline semantics for GCC5.
* Fri Feb 27 2015 dimstar@opensuse.org
- No longer apply dosemu-flex.patch on openSUSE Tumbleweed (> 13.2).
* Tue Nov 13 2012 idonmez@suse.com
- Add dosemu-flex.patch to compile with new flex: yyleng should be
size_t
* Fri Aug 31 2012 idonmez@suse.com
- Add dependency on bdftopcf for openSUSE > 12.2
* Mon Mar 12 2012 meissner@suse.com
- updated to 1.4.0.1 current SVN state (r2065)
* Sat Mar 10 2012 meissner@suse.com
- force vm86 emulation mode as we have mmap_min_addr >0 and
use of the vm86 syscall will not work. bnc#742752
* Sun Sep 18 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
* Wed Sep 22 2010 cristian.rodriguez@opensuse.org
- enable console mouse plugin.
* Sat Oct 10 2009 aj@suse.de
- Fix build: own ru man directory.
* Mon Sep 21 2009 crrodriguez@suse.de
- use find_lang to tag localizd man pages correctly
* Thu Jun 18 2009 snwint@suse.de
- David Binderman: fix loop bounds (bnc #512168)
* Fri Oct 17 2008 olh@suse.de
- add ExclusiveArch x86 x86_64
* Thu Oct 09 2008 crrodriguez@suse.de
- fix possible buffer overflow
* Mon Apr 14 2008 snwint@suse.de
- updated to 1.4.0.1
* Bug fixes, especially pertaining to the CPU emulator that is used in the
x86-64 port (also in combination with Xen), and for DPMI on x86-64.
* Better LFN support.
* Optionally prompt if the keyboard layout can't be auto-detected.
* Some things previously done by the dosemu script are now done by the
dosemu.bin binary (X font locations, terminal warnings,
DOSDRIVE_D environment variable handling).
* Handle UTF-8 in window titles.
* Improved copy and paste of text to and from DOSEMU.
* Avoid problems with the dotless i as used in Turkish and some other
languages.
* Reduce lines of output in config.sys, autoexec.bat, blaster, and the
banner, so everything fits on 25 lines.
* Fri Dec 14 2007 snwint@suse.de
- added missing open() arg
* Mon May 14 2007 snwint@suse.de
- updated to 1.4.0, new since 1.2.2:
- Added a native 64-bit port for x86-64, which, by default, uses CPU emulation
for V86 mode, and runs DPMI code natively.
- For a first time boot with FreeDOS, DOSEMU now boots without any user
interaction, and presents a welcome screen.
- "dosemu" starts xdosemu by default in X. Use "dosemu -t" to force terminal
mode.
- Everyone, including root, needs to use "dosemu -s" to be able to use direct
hardware access. The -s switch automatically uses direct VGA graphics and
raw keyboard mode on the Linux console.
- You can reboot the DOSEMU virtual machine using Ctrl-Alt-Del
- The utility unix.com can now execute Linux commands within DOSEMU
interactively.
- Run-time plugins are used to allow binary distribution without depending
on all libraries.
- The -dumb switch quietens DOSEMU until the command is executed if a command
is given. So "dosemu -dumb dir" gives a directory listing and nothing else.
- VGA Emulator: bitmap fonts are much quicker.
- Fixed new errors and warnings with GCC 4.x.
- The dosemu script is compatible with the minimal shell dash.
- An automatic backtrace using GDB (output in ~/.dosemu/boot.log)
is attempted when DOSEMU crashes.
- DOSEMU's stack is no longer marked executable which may improve security.
- Clarified the copyrights and replaced some code with unclear origins.
The disclaimer acceptance has been weakened.
- CPU emulation (SIMX86)
- The SIMX86 simulator is now a runtime option, activated via
$_cpuemu="vm86sim", or $_cpuemu="fullsim". Without the "sim"
JIT compilation (dynamic translation) is used.
- SIMX86 is automatically invoked if the vm86 is not supported by the
Linux kernel. This includes x86-64 systems, kernel configurations
for embedded use, and some virtualization systems.
- DPMI
- Implemented DPMI uncommitted memory support.
- Support for the HX DOS Extender was added. It is now possible to run
some win32 console applications under dosemu, using that extender.
- The Blinker extender is now fully supported (all known versions).
- The PM API translator now uses the EMS page frame to save 64K
of conventional memory.
- Many DPMI and PM API translator fixes to support all commercial
Borland tools and other protected-mode programs, especially when
using Linux kernel 2.6.12 or newer.
- Most of the DPMI 1.0 API and functionality were added.
- Fixed IF flag virtualization for DPMI. This causes many DPMI applications
to work reliably without random crashes (such as Transport Tycoon,
Screamer, Vchess).
- Implemented LDT virtualization / direct LDT access for DPMI clients.
- Windows 3.1 now works natively, without any need for WINOS2 patches.
- Many other improvements to make Windows 3 in DOSEMU more stable and usable.
- Implemented debug breakpoints for DPMI.
- Customized SVGA drivers of Windows 3.11 can now be used instead
of the Trident drivers (refer to Section 9.2 of README.txt).
- Memory management
- Improved the internal XMS driver.
- It is now possible to use an external XMS driver, such as himem.sys.
- Freed up 4K of UMB space.
- File systems
- The default C: drive has changed from ~/dosemu/freedos to ~/.dosemu/drive_c
(similar to Wine). Drive Z: is now a read-only drive with all the DOSEMU
and FreeDOS support files.
- Added support for the Long File Name (int21/ah=71) interface on redirected
drives.
- The redirected drive file system code is much faster than before.
- You can now directly see and manipulate DOS file attributes on Lredir'ed
Linux-mounted (V)FAT partitions, when using recent 2.6 kernels.
- Lredir can now automatically find a new drive.
- CDROM and floppies
- Added a $_cdrom option for runtime configuration of the CD-ROM device.
- Added an internal *CDEX style CD-ROM driver, activated using LREDIR, for
use with CD-ROMs that are mounted in Linux. The default autoexec.bat
uses this to set drive E: to a CD-ROM.
- It is now possible to point $_vbootfloppy, $_floppy_a etc. to directories
and boot from them.
- The floppy is much faster with 2.6 kernels.
- Added support for 2.88M floppies
- Sound, mice, keyboards, printers, serial ports, I/O, and networking
- A new sound system is available. It is for now an optional run-time option,
$_sound=(2).
- Added some support for sound recording.
- Added the "INT 15h" PS/2 mouse interface.
- Much improved keyboard layout auto-detection
- The printer code now uses line buffering so that you do not have to
wait $_printer_timeout seconds before printing starts.
- Use $_lpt1, $_lpt2, and $_lpt3 for printer configuration.
- TTY locking can be disabled by $_ttylocks=""
- The reliability and performance of the serial ports emulation are much
improved.
- I/O ports are "fast" by default.
- IPX and Packet Driver code was seriously reworked.
- Timers
- Added $_time_mode="linux" option to force the DOS clock to sync with
the Linux time.
- Improved real time clock support with a periodic IRQ generator.
- Terminals
- UTF-8 terminals are supported if you use SLang 2 or a UTF-8
patched SLang 1 library. The supplied SLang library subset is no
longer necessary and no longer provided.
- $_term_char_set no longer exists;
$_external_char_set now defaults to the current locale.
- Even on non UTF-8 terminals many line drawing characters can now
be used, and on the Linux console almost the full CP437 character set.
- Many ctrl, alt, shift combinations with function keys, arrow keys, etc,
can now be used in xterm and friends.
- VGA hardware is emulated in terminal mode as well as in X mode.
- Linux console
- VESA driver added which should be compatible with most BIOSes. This
is the default.
- Linear frame buffers now work.
- Improved behaviour in conjunction with frame buffer consoles.
- Improved PCI emulation on the console, with $_pci=(auto).
- X Window System
- Added extra X fonts.
- The X aspect ratio is no longer set to 4:3 by default, but an integer
multiple of the real resolution.
- A graphical mouse cursor now works under X with mouse grab enabled.
- Added keyboard grab, hard-coded to Ctrl-Alt-k for now.
- Add $_X_title_show_appname.
- Implemented support for Unicode fonts for $_X_font, so you can for
instance use the univga font or
$_X_font="-Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-ISO10646-1"
- 16 bpp graphics programs now run in X with 24/32 bpp.
- SDL support
New: makes it possible to run DOSEMU on all supported SDL back-ends.
It is almost as capable as the X plug-in, and provides a safer way
to get console graphics, using fbdev.
- Removed mapself support, the old keyboard code, coopthreads, and comcom.
* Thu Mar 29 2007 snwint@suse.de
- added flex to BuildRequires
* Mon Aug 07 2006 ro@suse.de
- define HZ sysconf(_SC_CLK_TCK) if not defined
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Oct 14 2005 snwint@suse.de
- adapted to slang 2.0
* Mon Aug 01 2005 snwint@suse.de
- fixed uninitialized var usage
* Mon Aug 01 2005 matz@suse.de
- Use a local label to fix the overflow in a PC16 relocation.
* Thu Jun 09 2005 meissner@suse.de
- use RPM_OPT_FLAGS
* Tue Apr 12 2005 snwint@suse.de
- gcc4 fixes
* Tue Aug 24 2004 snwint@suse.de
- upgrade to dosemu 1.2.2
* Mon Mar 08 2004 ro@suse.de
- added directories to filelist
* Mon Mar 08 2004 snwint@suse.de
- upgrade to dosemu 1.2.1
* Mon Aug 25 2003 snwint@suse.de
- make it compile with latest gcc
* Mon Aug 18 2003 snwint@suse.de
- work around asm() constraint bug in gcc (#28655)
* Fri Jun 13 2003 kukuk@suse.de
- Fix filelist
* Mon Jun 02 2003 ro@suse.de
- fix build with current includes
* Tue Apr 22 2003 coolo@suse.de
- use BuildRoot
* Fri Feb 28 2003 ro@suse.de
- fix some more warnings (ccopt.dif and strerror.dif)
- fix bison usage (thanks to matz)
* Fri Jan 24 2003 ro@suse.de
- fix base-configure for gcc-3.3
- fix multiline string issues
* Mon Dec 02 2002 ro@suse.de
- include errno.h where needed
- use system slang library (precompiled had references to errno)
* Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides
* Wed Sep 11 2002 snwint@suse.de
- make it work with Pentium 4
* Thu Aug 08 2002 snwint@suse.de
- removed Requires, PreReq, preinstall & post(un)install scripts
- fixed file permissions
* Sat Jul 27 2002 kukuk@suse.de
- remove libz from neededforbuild
* Tue Jul 02 2002 ro@suse.de
- added groupadd
* Tue Mar 05 2002 ro@suse.de
- don't link bios.o and vesabios.o in twice
* Mon Mar 04 2002 snwint@suse.de
- replaced as86-style *.S files with gas-style files (taken from dosemu-1.1.2)
as the linker seemed to be unable to produce a workable binary
* Thu Feb 14 2002 ro@suse.de
- fix bad owner
* Mon Sep 17 2001 snwint@suse.de
- fixed invalid include in dosdebug manpage (#10689)
* Fri Aug 24 2001 snwint@suse.de
- fixed X11 shared memory extension usage
- allow dosemu to be run with suid bits on (if someone wishes so)
* Thu Jul 19 2001 snwint@suse.de
- updated to new version
* Thu May 10 2001 snwint@suse.de
- mtools options have changed (#6509, #6728)
* Fri Mar 30 2001 uli@suse.de
- fixed to build
* Tue Mar 27 2001 ro@suse.de
- added xf86 to neededforbuild
* Thu Jan 18 2001 snwint@suse.de
- workaround in spec as $RPM_DOC_DIR still points to /usr/doc/packages
* Thu Nov 16 2000 ro@suse.de
- fixed spec
* Tue Jul 11 2000 snwint@suse.de
- updated to 1.0.1
* Wed Mar 08 2000 bs@suse.de
- made %post more friendly.
* Tue Mar 07 2000 snwint@suse.de
- version 1.0
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Jul 20 1999 snwint@suse.de
- added "/var/lock" to dosemu.conf
* Sat Jul 10 1999 snwint@suse.de
- updated to 0.98.8
* Fri Jul 09 1999 snwint@suse.de
- added latest patchset from Hans, it should now be nearly a 98.8 release
- fixed %post/%postun failing without X
* Sun Jun 27 1999 snwint@suse.de
- applied quite a few fixes
- hdimage no longer used
* Fri Mar 26 1999 ke@suse.de
- security fix (thanks to lermen).
* Tue Mar 23 1999 ke@suse.de
- fix typo (thanks to lermen).
* Mon Mar 22 1999 ke@suse.de
- Update to 0.98.6 (more serurity fixes...).
* Wed Feb 24 1999 ke@suse.de
- fix bash quoting specials (thanks to lermen).
* Sat Jan 16 1999 bs@suse.de
- Update to 0.98.5 - security.dif is not neccessary anymore, since dosemu
comes with recent slang.
* Fri Jan 08 1999 ke@suse.de
- apply patch actually, sigh...
* Thu Jan 07 1999 ke@suse.de
- Add security patch (provided by lermen).
- neededforbuild: Add slang.
* Sat Dec 12 1998 bs@suse.de
- Update to dosemu 0.98.4
* Thu Nov 26 1998 bs@suse.de
- deleted double entry for %files
* Thu Nov 26 1998 ke@suse.de
- remove "/" from inst scripts.
* Tue Nov 17 1998 bs@suse.de
- Update to 0.98.3
* Tue Aug 18 1998 ke@suse.de
- mkdexe: add security patch (marc and werner).
* Thu Jul 23 1998 werner@suse.de
- Use mktemp
Thu Jul 16 20:13:02 MET DST 1998 - werner
- change some shell scripts to avoid tmp exploits
* Wed Jul 08 1998 ke@suse.de
- add additional security patches (Alan Cox).
- #neededforbuild: add libz.
* Wed Jun 24 1998 ke@suse.de
- add security patch (provided by Hans Lermen).
* Wed Oct 08 1997 ro@suse.de
- ready for abuild
packed fallout.dexe into fallout.tgz for rpm reasons :-)
removed /var/lob/dosemu/etc/keymap/README from spec-filelist
(was not in binlist anyway)
* Fri Jul 04 1997 lermen@suse.de
upgrade to final dosemu-0.66.7
* Mon Jun 16 1997 lermen@suse.de
upgrade to final dosemu-0.66.6
added 'ttylocks { directory /var/lock }' to /etc/dosemu.conf
* Fri Jun 06 1997 bs@suse.de
- removed usr/X11R6/lib/X11/fonts/misc/fonts.dir
* Wed Jun 04 1997 ro@suse.de
comiled for binary package
* Sat May 31 1997 lermen@suse.de
upgrade to final dosemu-0.66.5
* Mon May 19 1997 lermen@suse.de
upgrade to (pre-) dosemu-0.66.5
* Thu Feb 13 1997 bs@suse.de
added dosnet.README.
* Mon Feb 10 1997 bs@suse.de
new version 0.64.4
NEW: no more emumodule. All needed stuff is included in Kernel >= 2.0.28
* Thu Jan 02 1997 werner@suse.de
added cleanup for /var/run in /sbin/init.d/dosemu.
* Thu Jan 02 1997 bs@suse.de
new version 0.64.1.
syscallmgr does not exist anymore.
* Thu Jan 02 1997 bs@suse.de
recompiled for kernel 2.0.25.
* Thu Jan 02 1997 bs@suse.de
font placement fixed
* Thu Jan 02 1997 bs@suse.de
new version 0.64.0.2
/etc/dosemu /etc/dosemu/dosemu.conf /etc/dosemu/dosemu.users /etc/dosemu/drives /etc/dosemu/drives/c /etc/dosemu/drives/d /etc/dosemu/global.conf /usr/bin/dosdebug /usr/bin/dosemu /usr/bin/dosemu.bin /usr/bin/midid /usr/bin/mkfatimage /usr/bin/mkfatimage16 /usr/bin/xdosemu /usr/lib64/dosemu /usr/lib64/dosemu/libplugin_X.so /usr/lib64/dosemu/libplugin_gpm.so /usr/lib64/dosemu/libplugin_sdl.so /usr/lib64/dosemu/libplugin_sndfile.so /usr/lib64/dosemu/libplugin_term.so /usr/share/doc/packages/dosemu /usr/share/doc/packages/dosemu/COPYING /usr/share/doc/packages/dosemu/COPYING.DOSEMU /usr/share/doc/packages/dosemu/DANG.txt /usr/share/doc/packages/dosemu/EMUfailure.txt /usr/share/doc/packages/dosemu/NEWS /usr/share/doc/packages/dosemu/NOVELL-HOWTO.txt /usr/share/doc/packages/dosemu/README-tech.txt /usr/share/doc/packages/dosemu/README.bindist /usr/share/doc/packages/dosemu/README.gdb /usr/share/doc/packages/dosemu/README.txt /usr/share/doc/packages/dosemu/THANKS /usr/share/doc/packages/dosemu/announce /usr/share/doc/packages/dosemu/dosemu-HOWTO.txt /usr/share/doc/packages/dosemu/sound-usage.txt /usr/share/dosemu /usr/share/dosemu/Xfonts /usr/share/dosemu/Xfonts/fonts.alias /usr/share/dosemu/Xfonts/fonts.dir /usr/share/dosemu/Xfonts/vga-cp866.pcf.gz /usr/share/dosemu/Xfonts/vga.pcf.gz /usr/share/dosemu/Xfonts/vga10x20-cp866.pcf.gz /usr/share/dosemu/Xfonts/vga10x24.pcf.gz /usr/share/dosemu/Xfonts/vga11x19.pcf.gz /usr/share/dosemu/Xfonts/vga12x30.pcf.gz /usr/share/dosemu/Xfonts/vga8x19.pcf.gz /usr/share/dosemu/commands /usr/share/dosemu/drive_z /usr/share/dosemu/drive_z/appinfo /usr/share/dosemu/drive_z/appinfo/assign.lsm /usr/share/dosemu/drive_z/appinfo/attrib.lsm /usr/share/dosemu/drive_z/appinfo/bwbasic.lsm /usr/share/dosemu/drive_z/appinfo/choice.lsm /usr/share/dosemu/drive_z/appinfo/command.lsm /usr/share/dosemu/drive_z/appinfo/comp.lsm /usr/share/dosemu/drive_z/appinfo/cpi.lsm /usr/share/dosemu/drive_z/appinfo/debug.lsm /usr/share/dosemu/drive_z/appinfo/deltree.lsm /usr/share/dosemu/drive_z/appinfo/diskcomp.lsm /usr/share/dosemu/drive_z/appinfo/diskcopy.lsm /usr/share/dosemu/drive_z/appinfo/display.lsm /usr/share/dosemu/drive_z/appinfo/edit.lsm /usr/share/dosemu/drive_z/appinfo/edlin.lsm /usr/share/dosemu/drive_z/appinfo/exe2bin.lsm /usr/share/dosemu/drive_z/appinfo/fasthelp.lsm /usr/share/dosemu/drive_z/appinfo/fc.lsm /usr/share/dosemu/drive_z/appinfo/fdkernel.lsm /usr/share/dosemu/drive_z/appinfo/find.lsm /usr/share/dosemu/drive_z/appinfo/format.lsm /usr/share/dosemu/drive_z/appinfo/fsuite04.lsm /usr/share/dosemu/drive_z/appinfo/label.lsm /usr/share/dosemu/drive_z/appinfo/lib.lsm /usr/share/dosemu/drive_z/appinfo/mem.lsm /usr/share/dosemu/drive_z/appinfo/mode.lsm /usr/share/dosemu/drive_z/appinfo/morex.lsm /usr/share/dosemu/drive_z/appinfo/move.lsm /usr/share/dosemu/drive_z/appinfo/nansi.lsm /usr/share/dosemu/drive_z/appinfo/replace.lsm /usr/share/dosemu/drive_z/appinfo/share.lsm /usr/share/dosemu/drive_z/appinfo/sort.lsm /usr/share/dosemu/drive_z/appinfo/swsubst.lsm /usr/share/dosemu/drive_z/appinfo/sys.lsm /usr/share/dosemu/drive_z/appinfo/tee.lsm /usr/share/dosemu/drive_z/appinfo/touch.lsm /usr/share/dosemu/drive_z/appinfo/tree.lsm /usr/share/dosemu/drive_z/appinfo/wcd.lsm /usr/share/dosemu/drive_z/appinfo/xcopyx.lsm /usr/share/dosemu/drive_z/autoemu.bat /usr/share/dosemu/drive_z/autoexec.bat /usr/share/dosemu/drive_z/bin /usr/share/dosemu/drive_z/bin/assign.com /usr/share/dosemu/drive_z/bin/attrib.com /usr/share/dosemu/drive_z/bin/bwbasic.exe /usr/share/dosemu/drive_z/bin/choice.exe /usr/share/dosemu/drive_z/bin/command.com /usr/share/dosemu/drive_z/bin/comp.com /usr/share/dosemu/drive_z/bin/debug.com /usr/share/dosemu/drive_z/bin/deltree.com /usr/share/dosemu/drive_z/bin/diskcomp.com /usr/share/dosemu/drive_z/bin/diskcopy.exe /usr/share/dosemu/drive_z/bin/diskcopy.ini /usr/share/dosemu/drive_z/bin/display.exe /usr/share/dosemu/drive_z/bin/edit.cfg /usr/share/dosemu/drive_z/bin/edit.exe /usr/share/dosemu/drive_z/bin/edit.hlp /usr/share/dosemu/drive_z/bin/edlin.exe /usr/share/dosemu/drive_z/bin/exe2bin.com /usr/share/dosemu/drive_z/bin/fc.exe /usr/share/dosemu/drive_z/bin/find.com /usr/share/dosemu/drive_z/bin/format.exe /usr/share/dosemu/drive_z/bin/help.exe /usr/share/dosemu/drive_z/bin/join.exe /usr/share/dosemu/drive_z/bin/label.exe /usr/share/dosemu/drive_z/bin/lib.exe /usr/share/dosemu/drive_z/bin/mem.exe /usr/share/dosemu/drive_z/bin/mode.com /usr/share/dosemu/drive_z/bin/more.exe /usr/share/dosemu/drive_z/bin/move.exe /usr/share/dosemu/drive_z/bin/nansi.sys /usr/share/dosemu/drive_z/bin/replace.exe /usr/share/dosemu/drive_z/bin/share.com /usr/share/dosemu/drive_z/bin/sort.com /usr/share/dosemu/drive_z/bin/subst.exe /usr/share/dosemu/drive_z/bin/swsubst.exe /usr/share/dosemu/drive_z/bin/sys.com /usr/share/dosemu/drive_z/bin/tee.com /usr/share/dosemu/drive_z/bin/touch.com /usr/share/dosemu/drive_z/bin/tree.com /usr/share/dosemu/drive_z/bin/wcd.exe /usr/share/dosemu/drive_z/bin/xcopy.exe /usr/share/dosemu/drive_z/command.com /usr/share/dosemu/drive_z/config.emu /usr/share/dosemu/drive_z/config.sys /usr/share/dosemu/drive_z/cpi /usr/share/dosemu/drive_z/cpi/ega.cpx /usr/share/dosemu/drive_z/cpi/ega10.cpx /usr/share/dosemu/drive_z/cpi/ega11.cpx /usr/share/dosemu/drive_z/cpi/ega12.cpx /usr/share/dosemu/drive_z/cpi/ega13.cpx /usr/share/dosemu/drive_z/cpi/ega14.cpx /usr/share/dosemu/drive_z/cpi/ega15.cpx /usr/share/dosemu/drive_z/cpi/ega16.cpx /usr/share/dosemu/drive_z/cpi/ega2.cpx /usr/share/dosemu/drive_z/cpi/ega3.cpx /usr/share/dosemu/drive_z/cpi/ega4.cpx /usr/share/dosemu/drive_z/cpi/ega5.cpx /usr/share/dosemu/drive_z/cpi/ega6.cpx /usr/share/dosemu/drive_z/cpi/ega7.cpx /usr/share/dosemu/drive_z/cpi/ega8.cpx /usr/share/dosemu/drive_z/cpi/ega9.cpx /usr/share/dosemu/drive_z/doc /usr/share/dosemu/drive_z/doc/assign /usr/share/dosemu/drive_z/doc/assign/bugs /usr/share/dosemu/drive_z/doc/assign/copying /usr/share/dosemu/drive_z/doc/assign/history /usr/share/dosemu/drive_z/doc/assign/notes /usr/share/dosemu/drive_z/doc/attrib /usr/share/dosemu/drive_z/doc/attrib/copying /usr/share/dosemu/drive_z/doc/attrib/files.lst /usr/share/dosemu/drive_z/doc/attrib/history.txt /usr/share/dosemu/drive_z/doc/attrib/plans.txt /usr/share/dosemu/drive_z/doc/bwbasic /usr/share/dosemu/drive_z/doc/bwbasic/bwbasic.doc /usr/share/dosemu/drive_z/doc/bwbasic/copying /usr/share/dosemu/drive_z/doc/bwbasic/readme /usr/share/dosemu/drive_z/doc/bwbasic/readme2 /usr/share/dosemu/drive_z/doc/choice /usr/share/dosemu/drive_z/doc/choice/bugs /usr/share/dosemu/drive_z/doc/choice/copying /usr/share/dosemu/drive_z/doc/choice/install /usr/share/dosemu/drive_z/doc/choice/news /usr/share/dosemu/drive_z/doc/choice/readme /usr/share/dosemu/drive_z/doc/comp /usr/share/dosemu/drive_z/doc/comp/comp.doc /usr/share/dosemu/drive_z/doc/copying /usr/share/dosemu/drive_z/doc/cpidos /usr/share/dosemu/drive_z/doc/cpidos/Codepage.txt /usr/share/dosemu/drive_z/doc/cpidos/History.txt /usr/share/dosemu/drive_z/doc/cpidos/Readme.txt /usr/share/dosemu/drive_z/doc/cpidos/codepage.txt /usr/share/dosemu/drive_z/doc/cpidos/copying.txt /usr/share/dosemu/drive_z/doc/cpidos/history.txt /usr/share/dosemu/drive_z/doc/cpidos/readme.txt /usr/share/dosemu/drive_z/doc/debug /usr/share/dosemu/drive_z/doc/debug/debug.doc /usr/share/dosemu/drive_z/doc/debug/readme /usr/share/dosemu/drive_z/doc/deltree /usr/share/dosemu/drive_z/doc/deltree/copying /usr/share/dosemu/drive_z/doc/deltree/deltree.txt /usr/share/dosemu/drive_z/doc/deltree/file_id.diz /usr/share/dosemu/drive_z/doc/diskcomp /usr/share/dosemu/drive_z/doc/diskcomp/copying /usr/share/dosemu/drive_z/doc/diskcomp/readme.txt /usr/share/dosemu/drive_z/doc/diskcopy /usr/share/dosemu/drive_z/doc/diskcopy/copying /usr/share/dosemu/drive_z/doc/diskcopy/diskcopy /usr/share/dosemu/drive_z/doc/display /usr/share/dosemu/drive_z/doc/display/204.txt /usr/share/dosemu/drive_z/doc/display/copying /usr/share/dosemu/drive_z/doc/display/newhw.txt /usr/share/dosemu/drive_z/doc/display/readme.txt /usr/share/dosemu/drive_z/doc/edit /usr/share/dosemu/drive_z/doc/edit/bugs.txt /usr/share/dosemu/drive_z/doc/edit/contrib.txt /usr/share/dosemu/drive_z/doc/edit/copying /usr/share/dosemu/drive_z/doc/edit/readme /usr/share/dosemu/drive_z/doc/edlin /usr/share/dosemu/drive_z/doc/edlin/authors /usr/share/dosemu/drive_z/doc/edlin/changelo /usr/share/dosemu/drive_z/doc/edlin/copying /usr/share/dosemu/drive_z/doc/edlin/news /usr/share/dosemu/drive_z/doc/edlin/readme /usr/share/dosemu/drive_z/doc/edlin/todo /usr/share/dosemu/drive_z/doc/exe2bin /usr/share/dosemu/drive_z/doc/exe2bin/exe2bin.txt /usr/share/dosemu/drive_z/doc/fasthelp /usr/share/dosemu/drive_z/doc/fasthelp/bugs /usr/share/dosemu/drive_z/doc/fasthelp/copying /usr/share/dosemu/drive_z/doc/fasthelp/install /usr/share/dosemu/drive_z/doc/fasthelp/news /usr/share/dosemu/drive_z/doc/fasthelp/readme /usr/share/dosemu/drive_z/doc/fc /usr/share/dosemu/drive_z/doc/fc/copying /usr/share/dosemu/drive_z/doc/fc/fc.txt /usr/share/dosemu/drive_z/doc/fc/history.txt /usr/share/dosemu/drive_z/doc/find /usr/share/dosemu/drive_z/doc/find/bugs /usr/share/dosemu/drive_z/doc/find/copying /usr/share/dosemu/drive_z/doc/find/install /usr/share/dosemu/drive_z/doc/find/news /usr/share/dosemu/drive_z/doc/find/readme /usr/share/dosemu/drive_z/doc/format /usr/share/dosemu/drive_z/doc/format/bugs.txt /usr/share/dosemu/drive_z/doc/format/contrib.txt /usr/share/dosemu/drive_z/doc/format/help.txt /usr/share/dosemu/drive_z/doc/format/install.txt /usr/share/dosemu/drive_z/doc/format/license.txt /usr/share/dosemu/drive_z/doc/format/news.txt /usr/share/dosemu/drive_z/doc/format/readme.txt /usr/share/dosemu/drive_z/doc/format/todo.txt /usr/share/dosemu/drive_z/doc/freecom /usr/share/dosemu/drive_z/doc/freecom/cmd.html /usr/share/dosemu/drive_z/doc/freecom/copying /usr/share/dosemu/drive_z/doc/freecom/file_id.diz /usr/share/dosemu/drive_z/doc/freecom/freecom.html /usr/share/dosemu/drive_z/doc/freecom/k-swap.txt /usr/share/dosemu/drive_z/doc/freecom/read1st.txt /usr/share/dosemu/drive_z/doc/freecom/readme.txt /usr/share/dosemu/drive_z/doc/freecom/version.txt /usr/share/dosemu/drive_z/doc/freecom/vspawn.txt /usr/share/dosemu/drive_z/doc/kernel /usr/share/dosemu/drive_z/doc/kernel/config.txt /usr/share/dosemu/drive_z/doc/kernel/contrib.txt /usr/share/dosemu/drive_z/doc/kernel/copying /usr/share/dosemu/drive_z/doc/kernel/sys.txt /usr/share/dosemu/drive_z/doc/label /usr/share/dosemu/drive_z/doc/label/history.txt /usr/share/dosemu/drive_z/doc/label/license.txt /usr/share/dosemu/drive_z/doc/lib /usr/share/dosemu/drive_z/doc/lib/license.txt /usr/share/dosemu/drive_z/doc/lib/readme /usr/share/dosemu/drive_z/doc/mem /usr/share/dosemu/drive_z/doc/mem/bugs.txt /usr/share/dosemu/drive_z/doc/mem/license.txt /usr/share/dosemu/drive_z/doc/mem/readme /usr/share/dosemu/drive_z/doc/mode /usr/share/dosemu/drive_z/doc/mode/copying /usr/share/dosemu/drive_z/doc/mode/mode.txt /usr/share/dosemu/drive_z/doc/more /usr/share/dosemu/drive_z/doc/more/bugs /usr/share/dosemu/drive_z/doc/more/copying /usr/share/dosemu/drive_z/doc/more/install /usr/share/dosemu/drive_z/doc/more/news /usr/share/dosemu/drive_z/doc/more/readme /usr/share/dosemu/drive_z/doc/move /usr/share/dosemu/drive_z/doc/move/bugs.txt /usr/share/dosemu/drive_z/doc/move/copying.txt /usr/share/dosemu/drive_z/doc/move/readme /usr/share/dosemu/drive_z/doc/nansi /usr/share/dosemu/drive_z/doc/nansi/license.txt /usr/share/dosemu/drive_z/doc/nansi/nansi.doc /usr/share/dosemu/drive_z/doc/replace /usr/share/dosemu/drive_z/doc/replace/history.txt /usr/share/dosemu/drive_z/doc/replace/license.txt /usr/share/dosemu/drive_z/doc/replace/readme.txt /usr/share/dosemu/drive_z/doc/share /usr/share/dosemu/drive_z/doc/share/copying /usr/share/dosemu/drive_z/doc/share/share.hlp /usr/share/dosemu/drive_z/doc/sort /usr/share/dosemu/drive_z/doc/sort/changes /usr/share/dosemu/drive_z/doc/sort/license.txt /usr/share/dosemu/drive_z/doc/sort/sort.1 /usr/share/dosemu/drive_z/doc/sort/sort.rof /usr/share/dosemu/drive_z/doc/swsubst /usr/share/dosemu/drive_z/doc/swsubst/file_id.diz /usr/share/dosemu/drive_z/doc/swsubst/history /usr/share/dosemu/drive_z/doc/swsubst/join /usr/share/dosemu/drive_z/doc/swsubst/join/deutsch.nro /usr/share/dosemu/drive_z/doc/swsubst/join/english.nro /usr/share/dosemu/drive_z/doc/swsubst/join/join.1 /usr/share/dosemu/drive_z/doc/swsubst/join/join.1g /usr/share/dosemu/drive_z/doc/swsubst/join/join.bat /usr/share/dosemu/drive_z/doc/swsubst/readme /usr/share/dosemu/drive_z/doc/swsubst/subst /usr/share/dosemu/drive_z/doc/swsubst/subst/deutsch.nro /usr/share/dosemu/drive_z/doc/swsubst/subst/english.nro /usr/share/dosemu/drive_z/doc/swsubst/subst/subst.1 /usr/share/dosemu/drive_z/doc/swsubst/subst/subst.1g /usr/share/dosemu/drive_z/doc/swsubst/subst/subst.bat /usr/share/dosemu/drive_z/doc/swsubst/swsubst.1 /usr/share/dosemu/drive_z/doc/swsubst/swsubst.1g /usr/share/dosemu/drive_z/doc/tree /usr/share/dosemu/drive_z/doc/tree/bugs.txt /usr/share/dosemu/drive_z/doc/tree/history.txt /usr/share/dosemu/drive_z/doc/tree/license.txt /usr/share/dosemu/drive_z/doc/wcd /usr/share/dosemu/drive_z/doc/wcd/copying.txt /usr/share/dosemu/drive_z/doc/wcd/wcd.txt /usr/share/dosemu/drive_z/doc/xcopy /usr/share/dosemu/drive_z/doc/xcopy/copying.txt /usr/share/dosemu/drive_z/doc/xcopy/history.txt /usr/share/dosemu/drive_z/doc/xcopy/xcopy.txt /usr/share/dosemu/drive_z/dosemu /usr/share/dosemu/drive_z/dosemu/aspi.sys /usr/share/dosemu/drive_z/dosemu/blaster.com /usr/share/dosemu/drive_z/dosemu/bootoff.com /usr/share/dosemu/drive_z/dosemu/booton.com /usr/share/dosemu/drive_z/dosemu/cdrom.sys /usr/share/dosemu/drive_z/dosemu/cmdline.com /usr/share/dosemu/drive_z/dosemu/dosdbg.com /usr/share/dosemu/drive_z/dosemu/dpmi.com /usr/share/dosemu/drive_z/dosemu/dumpconf.sys /usr/share/dosemu/drive_z/dosemu/ecpuoff.com /usr/share/dosemu/drive_z/dosemu/ecpuon.com /usr/share/dosemu/drive_z/dosemu/eject.com /usr/share/dosemu/drive_z/dosemu/ems.sys /usr/share/dosemu/drive_z/dosemu/emufs.sys /usr/share/dosemu/drive_z/dosemu/emumouse.com /usr/share/dosemu/drive_z/dosemu/exitemu.com /usr/share/dosemu/drive_z/dosemu/fossil.com /usr/share/dosemu/drive_z/dosemu/generic.com /usr/share/dosemu/drive_z/dosemu/isemu.com /usr/share/dosemu/drive_z/dosemu/lredir.com /usr/share/dosemu/drive_z/dosemu/mgarrot.com /usr/share/dosemu/drive_z/dosemu/speed.com /usr/share/dosemu/drive_z/dosemu/system.com /usr/share/dosemu/drive_z/dosemu/uchdir.com /usr/share/dosemu/drive_z/dosemu/ugetcwd.com /usr/share/dosemu/drive_z/dosemu/unix.com /usr/share/dosemu/drive_z/dosemu/vgaoff.com /usr/share/dosemu/drive_z/dosemu/vgaon.com /usr/share/dosemu/drive_z/dosemu/xmode.com /usr/share/dosemu/drive_z/gnu /usr/share/dosemu/drive_z/gnu/cat.exe /usr/share/dosemu/drive_z/gnu/cmp.exe /usr/share/dosemu/drive_z/gnu/cp.exe /usr/share/dosemu/drive_z/gnu/cut.exe /usr/share/dosemu/drive_z/gnu/grep.exe /usr/share/dosemu/drive_z/gnu/head.exe /usr/share/dosemu/drive_z/gnu/ls.exe /usr/share/dosemu/drive_z/gnu/mv.exe /usr/share/dosemu/drive_z/gnu/rm.exe /usr/share/dosemu/drive_z/gnu/tac.exe /usr/share/dosemu/drive_z/gnu/tail.exe /usr/share/dosemu/drive_z/help /usr/share/dosemu/drive_z/help/assign.en /usr/share/dosemu/drive_z/help/attrib.en /usr/share/dosemu/drive_z/help/bwbasic.en /usr/share/dosemu/drive_z/help/choice.en /usr/share/dosemu/drive_z/help/command.en /usr/share/dosemu/drive_z/help/debug.en /usr/share/dosemu/drive_z/help/deltree.en /usr/share/dosemu/drive_z/help/diskcomp.en /usr/share/dosemu/drive_z/help/diskcopy.en /usr/share/dosemu/drive_z/help/display.en /usr/share/dosemu/drive_z/help/edit.en /usr/share/dosemu/drive_z/help/edlin.en /usr/share/dosemu/drive_z/help/exe2bin.en /usr/share/dosemu/drive_z/help/fc.en /usr/share/dosemu/drive_z/help/freecom.en /usr/share/dosemu/drive_z/help/help.en /usr/share/dosemu/drive_z/help/index.en /usr/share/dosemu/drive_z/help/join.en /usr/share/dosemu/drive_z/help/label.en /usr/share/dosemu/drive_z/help/lib.en /usr/share/dosemu/drive_z/help/mem.en /usr/share/dosemu/drive_z/help/mode.en /usr/share/dosemu/drive_z/help/move.en /usr/share/dosemu/drive_z/help/nansi.en /usr/share/dosemu/drive_z/help/replace.en /usr/share/dosemu/drive_z/help/share.en /usr/share/dosemu/drive_z/help/sort.en /usr/share/dosemu/drive_z/help/subst.en /usr/share/dosemu/drive_z/help/swsubst.en /usr/share/dosemu/drive_z/help/sys.en /usr/share/dosemu/drive_z/help/tee.en /usr/share/dosemu/drive_z/help/touch.en /usr/share/dosemu/drive_z/help/tree.en /usr/share/dosemu/drive_z/help/xcopy.en /usr/share/dosemu/drive_z/kernel.sys /usr/share/dosemu/drive_z/nls /usr/share/dosemu/drive_z/nls/choice.de /usr/share/dosemu/drive_z/nls/choice.en /usr/share/dosemu/drive_z/nls/choice.es /usr/share/dosemu/drive_z/nls/choice.fr /usr/share/dosemu/drive_z/nls/choice.hu /usr/share/dosemu/drive_z/nls/choice.it /usr/share/dosemu/drive_z/nls/choice.lv /usr/share/dosemu/drive_z/nls/choice.nl /usr/share/dosemu/drive_z/nls/choice.pl /usr/share/dosemu/drive_z/nls/choice.ru /usr/share/dosemu/drive_z/nls/choice.sv /usr/share/dosemu/drive_z/nls/diskcopy.de /usr/share/dosemu/drive_z/nls/diskcopy.en /usr/share/dosemu/drive_z/nls/diskcopy.es /usr/share/dosemu/drive_z/nls/diskcopy.fr /usr/share/dosemu/drive_z/nls/diskcopy.it /usr/share/dosemu/drive_z/nls/diskcopy.nl /usr/share/dosemu/drive_z/nls/diskcopy.pl /usr/share/dosemu/drive_z/nls/edit.ru /usr/share/dosemu/drive_z/nls/edlin.da /usr/share/dosemu/drive_z/nls/edlin.de /usr/share/dosemu/drive_z/nls/edlin.en /usr/share/dosemu/drive_z/nls/edlin.es /usr/share/dosemu/drive_z/nls/edlin.eu /usr/share/dosemu/drive_z/nls/edlin.fi /usr/share/dosemu/drive_z/nls/edlin.fr /usr/share/dosemu/drive_z/nls/edlin.is /usr/share/dosemu/drive_z/nls/edlin.it /usr/share/dosemu/drive_z/nls/edlin.ja /usr/share/dosemu/drive_z/nls/edlin.nl /usr/share/dosemu/drive_z/nls/edlin.no /usr/share/dosemu/drive_z/nls/edlin.pt /usr/share/dosemu/drive_z/nls/edlin.sv /usr/share/dosemu/drive_z/nls/fc.de /usr/share/dosemu/drive_z/nls/fc.en /usr/share/dosemu/drive_z/nls/fc.es /usr/share/dosemu/drive_z/nls/fc.fr /usr/share/dosemu/drive_z/nls/fc.it /usr/share/dosemu/drive_z/nls/fc.lv /usr/share/dosemu/drive_z/nls/fc.nl /usr/share/dosemu/drive_z/nls/fc.pl /usr/share/dosemu/drive_z/nls/fc.sv /usr/share/dosemu/drive_z/nls/find.de /usr/share/dosemu/drive_z/nls/find.en /usr/share/dosemu/drive_z/nls/find.es /usr/share/dosemu/drive_z/nls/find.fr /usr/share/dosemu/drive_z/nls/find.hu /usr/share/dosemu/drive_z/nls/find.it /usr/share/dosemu/drive_z/nls/find.lv /usr/share/dosemu/drive_z/nls/find.nl /usr/share/dosemu/drive_z/nls/find.pl /usr/share/dosemu/drive_z/nls/find.ru /usr/share/dosemu/drive_z/nls/find.sv /usr/share/dosemu/drive_z/nls/help.de /usr/share/dosemu/drive_z/nls/help.en /usr/share/dosemu/drive_z/nls/help.es /usr/share/dosemu/drive_z/nls/help.fr /usr/share/dosemu/drive_z/nls/help.hu /usr/share/dosemu/drive_z/nls/help.it /usr/share/dosemu/drive_z/nls/help.lv /usr/share/dosemu/drive_z/nls/help.nl /usr/share/dosemu/drive_z/nls/help.pl /usr/share/dosemu/drive_z/nls/help.ru /usr/share/dosemu/drive_z/nls/mem.de /usr/share/dosemu/drive_z/nls/mem.en /usr/share/dosemu/drive_z/nls/mem.es /usr/share/dosemu/drive_z/nls/mem.it /usr/share/dosemu/drive_z/nls/mem.nl /usr/share/dosemu/drive_z/nls/mem.pl /usr/share/dosemu/drive_z/nls/more.de /usr/share/dosemu/drive_z/nls/more.en /usr/share/dosemu/drive_z/nls/more.es /usr/share/dosemu/drive_z/nls/more.fr /usr/share/dosemu/drive_z/nls/more.hu /usr/share/dosemu/drive_z/nls/more.it /usr/share/dosemu/drive_z/nls/more.lv /usr/share/dosemu/drive_z/nls/more.nl /usr/share/dosemu/drive_z/nls/more.pl /usr/share/dosemu/drive_z/nls/more.sv /usr/share/dosemu/drive_z/nls/move.en /usr/share/dosemu/drive_z/nls/move.es /usr/share/dosemu/drive_z/nls/move.it /usr/share/dosemu/drive_z/nls/sort.de /usr/share/dosemu/drive_z/nls/sort.en /usr/share/dosemu/drive_z/nls/sort.es /usr/share/dosemu/drive_z/nls/sort.fr /usr/share/dosemu/drive_z/nls/sort.it /usr/share/dosemu/drive_z/nls/sort.lv /usr/share/dosemu/drive_z/nls/sort.nl /usr/share/dosemu/drive_z/nls/sort.pl /usr/share/dosemu/drive_z/nls/tree.de /usr/share/dosemu/drive_z/nls/tree.en /usr/share/dosemu/drive_z/nls/tree.es /usr/share/dosemu/drive_z/nls/tree.it /usr/share/dosemu/drive_z/nls/tree.pl /usr/share/dosemu/drive_z/nls/xcopy.de /usr/share/dosemu/drive_z/nls/xcopy.en /usr/share/dosemu/drive_z/nls/xcopy.es /usr/share/dosemu/drive_z/nls/xcopy.it /usr/share/dosemu/drive_z/nls/xcopy.nl /usr/share/dosemu/drive_z/tmp /usr/share/dosemu/freedos /usr/share/dosemu/keymap /usr/share/dosemu/keymap/be /usr/share/dosemu/keymap/cz-qwerty /usr/share/dosemu/keymap/cz-qwertz /usr/share/dosemu/keymap/de /usr/share/dosemu/keymap/de-latin1 /usr/share/dosemu/keymap/dk /usr/share/dosemu/keymap/dk-latin1 /usr/share/dosemu/keymap/dvorak /usr/share/dosemu/keymap/es /usr/share/dosemu/keymap/es-latin1 /usr/share/dosemu/keymap/finnish /usr/share/dosemu/keymap/finnish-latin1 /usr/share/dosemu/keymap/fr /usr/share/dosemu/keymap/fr-latin1 /usr/share/dosemu/keymap/hr-cp852 /usr/share/dosemu/keymap/hr-latin2 /usr/share/dosemu/keymap/hu /usr/share/dosemu/keymap/hu-cwi /usr/share/dosemu/keymap/hu-latin2 /usr/share/dosemu/keymap/it /usr/share/dosemu/keymap/jp106 /usr/share/dosemu/keymap/keyb-no /usr/share/dosemu/keymap/no-latin1 /usr/share/dosemu/keymap/pl /usr/share/dosemu/keymap/po /usr/share/dosemu/keymap/sf /usr/share/dosemu/keymap/sf-latin1 /usr/share/dosemu/keymap/sg /usr/share/dosemu/keymap/sg-latin1 /usr/share/dosemu/keymap/sw /usr/share/dosemu/keymap/tr /usr/share/dosemu/keymap/uk /usr/share/dosemu/keymap/us /usr/share/man/man1/dosdebug.1.gz /usr/share/man/man1/dosemu.1.gz /usr/share/man/man1/dosemu.bin.1.gz /usr/share/man/man1/midid.1.gz /usr/share/man/man1/mkfatimage16.1.gz /usr/share/man/man1/xdosemu.1.gz /usr/share/man/ru /usr/share/man/ru/man1 /usr/share/man/ru/man1/dosdebug.1.gz /usr/share/man/ru/man1/dosemu.1.gz /usr/share/man/ru/man1/dosemu.bin.1.gz /usr/share/man/ru/man1/mkfatimage16.1.gz /usr/share/man/ru/man1/xdosemu.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 10 22:40:40 2025