2001-11-28 02:04:22

by William Lee Irwin III

[permalink] [raw]
Subject: [RFC] [PATCH] earlier printk output

This patch creates console devices specifically for use during early
boot, and registers them so that printk() output may be seen prior
to console_init().

The patch is available from:

ftp://ftp.kernel.org/pub/linux/kernel/people/wli/early_printk/


Included are i386 config options, early VGA text output, and early i386
serial output.


Cheers,
Bill


2001-11-28 02:13:14

by Jeff Garzik

[permalink] [raw]
Subject: Re: [RFC] [PATCH] earlier printk output

William Lee Irwin III wrote:
> This patch creates console devices specifically for use during early
> boot, and registers them so that printk() output may be seen prior
> to console_init().

> Included are i386 config options, early VGA text output, and early i386
> serial output.

nice. these patches work on some non-x86 platforms too...

--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno

2001-11-28 02:19:04

by William Lee Irwin III

[permalink] [raw]
Subject: Re: [RFC] [PATCH] earlier printk output

William Lee Irwin III wrote:
>> Included are i386 config options, early VGA text output, and early i386
>> serial output.

On Tue, Nov 27, 2001 at 09:12:38PM -0500, Jeff Garzik wrote:
> nice. these patches work on some non-x86 platforms too...

I would be much obliged to hear of success running on other platforms,
and to integrate config options for them as well.

My testing for this specific patch has been limited to i386. I intend
to confer with IA64 maintainers for that platform, as a different
approach is currently in use there.


Thanks,
Bill

2001-11-28 17:46:17

by James Simmons

[permalink] [raw]
Subject: Re: [RFC] [PATCH] earlier printk output


> > This patch creates console devices specifically for use during early
> > boot, and registers them so that printk() output may be seen prior
> > to console_init().
>
> > Included are i386 config options, early VGA text output, and early i386
> > serial output.
>
> nice. these patches work on some non-x86 platforms too...

Where is this patch? Sine I have rewritten the console/tty layer I'm quite
interested in this.


2001-11-28 20:00:39

by Mike Fedyk

[permalink] [raw]
Subject: Re: [RFC] [PATCH] earlier printk output

On Wed, Nov 28, 2001 at 09:45:35AM -0800, James Simmons wrote:
>
> > > This patch creates console devices specifically for use during early
> > > boot, and registers them so that printk() output may be seen prior
> > > to console_init().
> >
> > > Included are i386 config options, early VGA text output, and early i386
> > > serial output.
> >
> > nice. these patches work on some non-x86 platforms too...
>
> Where is this patch? Sine I have rewritten the console/tty layer I'm quite
> interested in this.
The patch is available from:

ftp://ftp.kernel.org/pub/linux/kernel/people/wli/early_printk/

As mentioned by the origional message...