|
Message
From: "Alexander Szekely" <lexi@g...>
Date: Thu, 30 Oct 2003 18:05:58 +0100
Subject: RE: [openrisc] or1k/or32 linux 2.4 port
> > > 2. Other thing, do you know why in my simulator or1ksim, i don't
> > > have any /proc directory. So, i cannot execute a ping
> because the
> > > /proc/net/dev is not present
> >
> > this would be a 'problem' with (uc)linux you compiled. you need to
> > enable procfs when you configure the kernel.
>
> ... and a /proc dir on filesystem.
...and a mount -t proc proc /proc
|