Subject: Re: memory based root filesystem
To: Brian Rose <lists@brianrose.net>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-kern
Date: 01/13/2005 01:24:25
On Wed, 12 Jan 2005, Brian Rose wrote:
>> cpu_lwp_fork: 0xc0732a1c 0xc2a4207c 0xc0732a1c
Ouch, that shouldn't happen.
>> init: copying out path `/sbin/init' 11
>> exec /sbin/init: error 8
From /usr/include/sys/errno.h, that is:
#define ENOEXEC 8 /* Exec format error */
Assuming /sbin/init is ELF, did you remove the ELF loader from your
kernel?
>> init: copying out flags `-s' 3
>> init: copying out path `/sbin/oinit' 12
>> exec /sbin/oinit: error 2
#define ENOENT 2 /* No such file or directory */
- Hubert
--
NetBSD - Free AND Open! (And of course secure, portable, yadda yadda)