Re: [M-Labs devel] NetBSD kernel booting on lm32
[email protected] (Christos Zoulas) Fri, 21 Mar 2014 16:42:33 -0400
| Newsgroups | gmane.os.netbsd.devel.kernel,gmane.os.netbsd.devel.ports,gmane.comp.multimedia.milkymist.devel |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Mar 21, 7:05pm, [email protected] (Yann Sionneau) wrote: -- Subject: Re: [M-Labs devel] NetBSD kernel booting on lm32 | > Do you see the printf: | > | > printf("sysctl_createv: sysctl_locate(%s) returned %d\n", | > nnode.sysctl_name, error); | > | Yes that's exactly the printf I am seeing, I am using diagnostic and | debuglock options if that matters. I have seen such messages a bit while | googling, for instance in the boot of NetBSD/avr32 which have been posted | to the list. This is really strange. I would add some more printfs to see what's causing it. This printf would appear in all kernels... Perhaps something is uninitialized and ends up 0 usually? christos