From 72d79e0e07d9b4c39b697580de5c4be5ff18611f Mon Sep 17 00:00:00 2001 From: Neil Webber Date: Mon, 16 Oct 2023 12:43:31 -0500 Subject: [PATCH] DC11 implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2d46c..3187c26 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ I apologize for the hp/rp confusion. Perhaps I will clean this up in a future re You will see a single user shell prompt at this point if you are lucky! -Exit the single user shell (type a control-D) to get into multi-user mode. NOTE: The UNIX /etc/ttys file defaults to enabling four additional login lines but the emulation that is implemented (see dl11.py) simply makes them appear to the kernel as "no terminal connected". The (emulated) console is the only serial device supported so far. +Exit the single user shell (type a control-D) to get into multi-user mode. NOTE: The UNIX /etc/ttys file defaults to enabling four additional login lines but the emulation that is implemented (see dc11.py) simply makes them appear to the kernel as "no terminal connected". The (emulated) console is the only serial device supported so far. Enjoy!