First post, by Kresimir
Is it possible to configure DOSBox on Linux to run as a shell inside a terminal emulator (like Konsole, Alacritty, st, xterm), instead of using its own console window?
I would like to be able to just type `dosbox` and get the DOSBox command prompt inside the same terminal window, just like running a new bash session:
$ dosbox
Z:\>_
Also, would it be possible to do that in the TTY?
(of course, running graphical programs wouldn't be possible, but for text mode programs only)