From 939ac4319cb047a37ba46f84eff81948063f6954 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 24 Dec 2025 19:49:57 -0500 Subject: Add working webpage for unix v4 --- entrypoint.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 entrypoint.sh (limited to 'entrypoint.sh') diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..7bdd9eb --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,17 @@ +#!/bin/sh +if ! test -t ; then + echo "need an interactive terminal" + exit 1 +fi + +echo "You will need to type:" +echo " k" +echo " unix" +echo "" +echo "Where is the literal enter/return key." +echo "Once you get to the login prompt, the root user without a password" +echo "Will be available to you." +echo "" +echo "Note: to stop the simulation you can press c-e and type quit" + +exec /usr/bin/pdp11 boot.ini -- cgit v1.2.3