termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.33k stars 3.07k forks source link

Package request: dosemu #1605

Open SDRausty opened 7 years ago

SDRausty commented 7 years ago

DOSEMU stands for DOS Emulation, and allows you to run DOS and many DOS programs, including many DPMI applications such as DOOM and Windows 3.1, under Linux.

πŸ‘‰ http://dosemu.org πŸ‘‰ https://tracker.debian.org/pkg/dosemu

SDRausty commented 7 years ago

πŸ‘‰ https://www.gnu.org/software/gnudos/

ghost commented 7 years ago

DOSEmu can run only on x86. See this: https://wiki.debian.org/Arm64PortANFUList

SDRausty commented 7 years ago

The reason I am suggesting πŸ—£ a DOS emulator:

https://duckduckgo.com/?q=open+source+dos+games 🎁

Probably any DOS emulator would do well https://duckduckgo.com/?q=open+source+dos+emulator+for+linux πŸ–₯

Which one is simplest to port? https://tracker.debian.org/pkg/dosbox https://sourceforge.net/projects/dosbox/?source=directory

gordol commented 7 years ago

Linux localhost 3.14.0 #1 SMP PREEMPT Tue Sep 26 23:44:21 PDT 2017 i686 Android

No problem here, dosemu package should be totally possible.

Just because package isn't available on arm doesn't mean we shouldn't NOT support it, since there are plenty of environments in which Termux is indeed running on x86 hardware.

SDRausty commented 7 years ago

@gordol @xeffyr @fornwall Which is easiest to port into Termux πŸ’ͺ☺️ in your opinion?

SDRausty commented 7 years ago

https://www.google.com/search?q=easiest+dos+emulator+to+port+into+linux

SDRausty commented 7 years ago

https://duckduckgo.com/?q=easiest+dos+emulator+to+port+into+linux

SDRausty commented 7 years ago

πŸŽ…πŸŽ„πŸŽπŸ€Άβ˜ΊοΈπŸŽΌ

ghost commented 7 years ago

To run a DOS emulator we need graphical output in Termux. @vishalbiswas has added a repository with X11 packages, so we can access graphical output with VNC (but third party VNC viewer is required). Now X components are available here: https://github.com/xeffyr/termux-x-repository

SDRausty commented 7 years ago

@xeffyr DOS πŸŽ… is not GUI.

SDRausty commented 7 years ago

DOS Disk Operating System

https://duckduckgo.com/?q=open+source+dos+games

ghost commented 7 years ago

@sdrausty, yes DOS is not GUI. But dosbox requires SDL.

SDRausty commented 7 years ago

Thank you for your time and response. https://duckduckgo.com/?q=open+source+dos+games+top+10

😐

SDRausty commented 6 years ago

dosbox is available through Arch Linux in Termux PRoot. It produces the following error, Exit to error: Can't init SDL No available video device.

screenshot_20171203-081749

ghost commented 5 years ago

Dosbox is available in x11-packages repository.

pkg install x11-repo
pkg install dosbox

But note that this will require a little more setup than just installing package.

xtkoba commented 2 years ago

Not only it is unavailable for ARM, a Portage ebuild file says

dosemu does not work on clang due to missing 16-bit assembly support: https://bugs.gentoo.org/729240. Please try gcc.

twaik commented 1 month ago

Probably we may package it only for x86 and amd64, and allow installing it to some custom prefix for aarch64 for running it with qemu/fex/box64.