I was able to run uml under colinux and everything seemed to work.
I used tuntap networking between the colinux host and the uml guest and didn't
hit any problems to speak of.
I was unable to test my usual mode of running several umls and gathering their
tap devices together into a bridge devic
I believe this mail bounced, so I am sending it again.
I apologize to the list if this is a repost.
Chris Marshall
--- On Wed, 2/27/08, Christopher Marshall <[EMAIL PROTECTED]> wrote:
> From: Christopher Marshall <[EMAIL PROTECTED]>
> Subject: Re: [uml-user] running uml under colinux on window
On Tue, Feb 26, 2008 at 08:45:24PM -0800, Anthony Brock wrote:
> >> On Tue, Feb 26, 2008 at 02:12:53PM -0800, Anthony Brock wrote:
> > So, I'm going to try and manually fit the rejected portions into the code.
>
> It has obviously been too long since I developed any software. I worked
> past this
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
> On Tue, Feb 26, 2008 at 08:45:24PM -0800, Anthony Brock wrote:
>> It has obviously been too long since I developed any software. I worked
>> past this issue with the '-l' flag to patch and it is currently
>> compiling.
>> I will start testing the new kernel shortly.
>
> Don't build it if it didn'