On Aug 19, 2021, at 9:37 AM, Bill Gunshannon via
cctalk <cctalk at classiccmp.org> wrote:
On 8/19/21 12:23 AM, Warner Losh via cctalk wrote:
On Wed, Aug 18, 2021 at 10:07 PM Bill Degnan
<billdegnan at gmail.com> wrote:
pretty cool
Thanks! Looking at the boot source I figured out that I just needed to
build a non-generic kernel
to get rid of the load device prompt... I'd somehow omitted that during the
install...
I always skip that during the install. Much safer to do it
later when I am sure I have a stable system. Need to add
serial devices and network device. I wonder if the DECNET
daemon from Linux would back port to Ultrix-11? CLient side
is provided, but no daemon that I am aware of.
If by daemon you mean the kernel code supporting NSP and routing protocols then, no, it
would not be an easy back port, that code makes heavy use of Linux-specific functions and
capabilities. The user-level utilities would be much simpler but you would need to copy
over the DECnet header files and implement the expected library routines (getnodebyname(),
getobjent() etc).
John.