DC11 implementation

This commit is contained in:
Neil Webber 2023-10-16 12:43:31 -05:00
parent e8d13c68c3
commit 72d79e0e07

View file

@ -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! 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! Enjoy!