Re: Can you MOP boot an install kernel directly?
Paul Koning <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
> On Aug 4, 2025, at 10:24 AM, Anders Magnusson <[email protected]> wrote: > > ... > >> Does SIMH support MOP btw? > Good question. A quick grep for MOP in pdp11_xq.c gives a lot of hits though. It's not so much a question of the device emulation since that should be independent of protocol. MOP support lives in the boot roms, so if those are emulated fully the support should be there. One exception to the above: that applies to Ethernet. MOP support in DDCMP is a protocol mode that I don't think is currently implemented, though it certainly could be. paul