This commit is contained in:
Neil Webber 2023-10-23 10:04:20 -05:00
parent 6f8bc554bb
commit 9239792d6d

View file

@ -30,6 +30,10 @@
# #
# Essentially it is emulating serial cables that are never plugged in. :) # 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: class DC11:
DC11_DEFAULT = 0o14000 # offset within I/O page DC11_DEFAULT = 0o14000 # offset within I/O page