Subject: Re: No console...reboot
To: None <albrecht@csd.uwm.edu>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: netbsd-bugs
Date: 03/05/1995 02:31:35
The NetBSD kernel doesn't really know how to deal with not having a
console.  The easiest thing to do is create a fake device that simply
ignores the output.  You could also rip out the guts of kprintf() to
save some space.