[uml-user] UML and initramfs

2008-02-27 Thread Daniel Janzon
Hello, I enabled initramfs under General Setup in the kernel configuration. I pointed the initramfs source to a cpio archive containing a simple init program: #include #include int main(int argc, char *argv[]) { printf("Hello world!\n"); sleep(9); } When I run the linux executab

Re: [uml-user] make command not found

2008-04-16 Thread Daniel Janzon
Maybe his network isn't working and so yum/apt-get failed. -- Z On Wed, 2008-04-16 at 18:04 +0200, Flavio wrote: > On 16/04/2008, fang zheng <[EMAIL PROTECTED]> wrote: > > where I can find the filesystem with make ? > > Who know the address? > > thanks very much. > So you're absolutely obs

[uml-user] UML on non x86/ppc

2008-04-25 Thread Daniel Janzon
Hi, Are there any reasons UML will not be able to run on for instance ARM platforms? I see in arch/um that there is some processor-dependent code for x86 and ppc. Is this code strictly needed in order to run UML? Or is only for added performance? Best regards, Daniel -

Re: [uml-user] UML on non x86/ppc

2008-04-29 Thread Daniel Janzon
On Mon, 2008-04-28 at 12:47 -0400, Jeff Dike wrote: > On Fri, Apr 25, 2008 at 04:02:26PM +0200, Daniel Janzon wrote: > > Are there any reasons UML will not be able to run on for instance ARM > > platforms? > > Nope. Great! > > I see in arch/um that there is so

Re: [uml-user] UML on non x86/ppc

2008-05-05 Thread Daniel Janzon
On Thu, 2008-05-01 at 18:57 -0400, lanas wrote: > Le Mardi, 29 Avril 2008 11:21:29 -0400, > Jeff Dike <[EMAIL PROTECTED]> a écrit : > > > You can make the smallest possible kernel that you can boot, but > > it doesn't seem to me that much else will make a big difference in the > > porting effort.