Re: NetBSD 9.2 on Quadra 800 emulated by QEMU

Rin Okuyama <[email protected]> Fri, 21 May 2021 16:16:14 +0900
Newsgroups gmane.os.netbsd.ports.mac68k
Message-ID <[email protected]>
Hi,

Device files below /dev are not contained in any sets; if you manually
install NetBSD, you need to

# cd /dev && ./MAKEDEV all

to generate device files, after expansion of etc.tgz. Then, you will
find /dev/constty next time the system boots into multiuser mode.

Thanks,
rin

On 2021/05/21 15:42, Howard Spoelstra wrote:
> Hi all,
> 
> I'm attempting to run NetBSD 9.2 on the Quadra 800 as emulated by QEMU.
> However, I run into a snag when installing using the traditional
> method from inside Mac OS 8. This snag is related to the /dev/constyy
> device which is not created. It is, however, referred to in the
> /etc/ttys file and subsequently boot after installation halts when it
> cannot find the device.
> 
> I my various installation attempts I've seen the /dev/constty file
> being created just once, so I'm wondering whether there is a
> particular combination of kernel and sets that I should install so it
> gets created when I run make devices from the installer? Or is there
> some other issue preventing the creation of the device?
> 
> Thanks,
> Howard
>