-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dosemu tur #1423
Dosemu tur #1423
Conversation
Here's the demo of dosemu2 on terminal: |
Oh, can someone please tell me what |
I removed the |
As you're the maintainer of these packages, I'll merge this PR after these things are get resolved. Thanks for your contribution! |
Host build of universal-ctags. Needed for the brograms that build-depend on ctags: in termux, ctags are not built for host.
This adds SmallerC C compiler. It is cross-platform, and under Termux can be used to compile for dosbox. It is also used with dosemu2, which I am also planning to submit.
go32-compatible stub that supports COFF, PE and ELF payloads.
This is a generator for C and assembler thunks.
dj64dev is a development suite that allows to cross-build 64-bit programs for DOS.
64bit command.com.
nasm fork with segelf patches. It supports real-mode segment relocations in ELF files.
64-bit DOS core.
FreeDOS installer for dosemu2.
Run DOS programs under linux. Closes termux-user-repository#1146 Closes termux/termux-packages#1605
I addressed your comments. Status update:
So mostly this is a fully-functional build, |
LGTM. Thanks! |
Hi guys!
This is my attempt to build dosemu2
under termux. I haven't tried dosemu1
for that task, as it doesn't support aarch64,
whereas dosemu2 does.
Unfortunately, dosemu2 is a monster,
(while dosemu1 is very small), so I spent
almost a month figuring out its deps and
packing it up into termux... I don't even
know if people will appreciate that amount
of new packages, all of which are just a
build-deps. :( I actually only added the
most essential deps - it had much more,
I removed some.
Status:
I'd say its a pure miracle that it even works.
But I believe it suits termux better than
dosbox does, because it can flawlessly work
on text terminal without gfx mode.
Which termux is all about. :)