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).
  Documentation can be found in /usr/share/doc/packages/dosemu, the man
  page, and in the sources.
  Starting with version 1.0.2, DOSEMU configuration files are no longer
  in /etc but in the user's HOME directory in ~/dosemu. DOSEMU no longer
  has the SUID bit set, so if you need access to hardware that requires
  root privileges, you must run DOSEMU as root.
  If you rely on the old configuration scheme, you can get it back by
  using dosemu.bin instead of dosemu (dos and xdos have been renamed to
  dosemu and xdosemu).
  The parameter $_hogthreshold in ~/dosemu/conf/dosemu.conf defines how
  often an idling DOSEMU should return the CPU to Linux and its default
  value (1) means "all power to Linux." The higher this value is, the
  more CPU power is dedicated to DOSEMU. The value (0) disables this
  feature completely, hence: "all power to DOSEMU." If that is not fast
  enough, you (running as UID root) can get maximum performance with
nice -19 dos -D-a 2>/dev/null
Do not be surprised if other Linux processes then run very sluggishly.
  On sensitive systems, you should never offer an suid-root DOSEMU as
  world readable. Even if the '$_secure' option in dosemu.conf is set, it
  is still possible that some DPMI clients (most likely Dos4gw based
  ones) may succeed in accessing the whole user space (including DOSEMU
  code) and thus gain root access. A comfortable solution is to have two
  copies of the DOSEMU binary, a non-suid-root one for world access and a
  suid-root one (protected by file permissions) only available to trusted
  users.
- Sources inherited from project openSUSE:Backports:SLE-15-SP3
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP3:Update/dosemu && cd $_
- Create Badge
Source Files
| Filename | Size | Changed | 
|---|---|---|
| dosemu-1.4.0-destbufferoverflow.patch | 0000001075 1.05 KB | |
| dosemu-1.4.0.1.r2065.tgz | 0004752724 4.53 MB | |
| dosemu-flex.patch | 0000000436 436 Bytes | |
| dosemu-freedos-bin.tgz | 0001205628 1.15 MB | |
| dosemu-skip-glibc-test.patch | 0000000840 840 Bytes | |
| dosemu.changes | 0000022644 22.1 KB | |
| dosemu.spec | 0000004675 4.57 KB | |
| force-vm86-emu.patch | 0000001359 1.33 KB | |
| reproducible.patch | 0000001892 1.85 KB | 





Comments 0