From 9239792d6dea954331e15021a76fd51de72a0b62 Mon Sep 17 00:00:00 2001 From: Neil Webber Date: Mon, 23 Oct 2023 10:04:20 -0500 Subject: [PATCH] cleanup --- dc11.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dc11.py b/dc11.py index 591e198..37f2a82 100644 --- a/dc11.py +++ b/dc11.py @@ -30,6 +30,10 @@ # # Essentially it is emulating serial cables that are never plugged in. :) # +# Without this trivial emulation, the default configuration of unix v7 will +# crash going into multiuser mode as it expects the device to be there (i.e. +# it expects the I/O addresses to respond and crashes if they bus-fault) +# class DC11: DC11_DEFAULT = 0o14000 # offset within I/O page