Skip to content

Commit

Permalink
Working on dosemuing it
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed May 9, 2017
1 parent ea367dd commit 2ee94c9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jgoerzen/qemu-dos
FROM jgoerzen/dosemu

MAINTAINER John Goerzen <jgoerzen@complete.org>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ BBS node system. You will probably never need to work with these directly.
From the VNC console with the default setup, you can dial into various BBSs. Here is an
example of what to type to get started:

d:
g:
cd \comm\tm
tm

Expand Down
20 changes: 20 additions & 0 deletions scripts/dosconsole
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

export DISPLAY=:1
SESSNAME="console"

set -e
set -x

if [ "`cat /dos/startconsole`" = 0 ]; then
echo "$0 startup disabled by /dos/startconsole; not starting."
sleep 900d
exit 0
fi


waitfordaemon vncserver true
waitfordaemon tcpsercon true

exec socat TCP4:localhost:7000 EXEC:"startdossession console"

48 changes: 0 additions & 48 deletions scripts/qemuconsole

This file was deleted.

0 comments on commit 2ee94c9

Please sign in to comment.