re: need a bit of early boot help
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
> I could start digging, but I figured I'd ask for some quicker help > here. What prints that date stamp? What (in NetBSD) could cause the > machine to hang right there, does anyone have any idea? that's the first output from userland to /dev/console. the "root fs" one is from the kernel. so, it sounds like the console output device is hanging when userland uses it... perhaps writes one byte, and that byte is never ack'd so, it spins waiting for ever to write the next one? i am guessing here. .mrg.