On Thursday 31 August 2006 20:00, John Zavgren wrote:
> Greetings:
>
> I'm trying to create a pause after each packet transmission in
> arch/um/drivers/net_kern.c so that I can model packet tranmsission
> times.
>
> I'm using a call to:
> schedule_timeout_interruptible(msecs_to_jiffies(125));
>
> W
On Monday 28 August 2006 15:46, Mathew Brown wrote:
> Hi,
> I am currently trying to compile a package that is kernel-dependent,
> so I require the headers (and perhaps source) of the kernel. If I'm
> compiling the UML guest kernel, would I simply then copy the source
> directory to the UM