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 --- jslinux-2019-12-21/index.html | 68 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 jslinux-2019-12-21/index.html (limited to 'jslinux-2019-12-21/index.html') diff --git a/jslinux-2019-12-21/index.html b/jslinux-2019-12-21/index.html new file mode 100644 index 0000000..2e32891 --- /dev/null +++ b/jslinux-2019-12-21/index.html @@ -0,0 +1,68 @@ + + + + + JSLinux + + + + + +

Run Unix v4 from your browser

+ +

+Technically, we're booting Linux, to emulate a PDP-11. + +Once Linux is booted run: + +


+cd /opt/unixv4
+pdp11 boot.ini
+
+ +Once you see some info about the controller not being valid, type +
k
it should push you to a newline, then type
unix
+then hit enter. + +From there you should have a login prompt, at which you can type
root
+and play with the system as you see fit. +

+
+
+
+
+ + + + +
+
+ + + +

+Special thanks to: +

+

+ + -- cgit v1.2.3