* booting uncompressed kernel on x86
@ 2008-10-01 21:57 Pazzo Da Legare
2008-10-01 22:04 ` Ondrej Zary
2008-10-06 7:48 ` Pazzo Da Legare
0 siblings, 2 replies; 5+ messages in thread
From: Pazzo Da Legare @ 2008-10-01 21:57 UTC (permalink / raw)
To: linux-kernel
I would like to boot uncompressed linux kernel on a embedded x86,
should I apply a specific patch for this? I'm using grub boot loader
which should boot using elf image but I cannot find any clue.
Should I switch to another bootloader?
TIA
pazzodalegare
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: booting uncompressed kernel on x86
2008-10-01 21:57 booting uncompressed kernel on x86 Pazzo Da Legare
@ 2008-10-01 22:04 ` Ondrej Zary
2008-10-01 22:14 ` Pazzo Da Legare
2008-10-06 7:48 ` Pazzo Da Legare
1 sibling, 1 reply; 5+ messages in thread
From: Ondrej Zary @ 2008-10-01 22:04 UTC (permalink / raw)
To: Pazzo Da Legare; +Cc: linux-kernel
On Wednesday 01 October 2008 23:57:43 Pazzo Da Legare wrote:
> I would like to boot uncompressed linux kernel on a embedded x86,
> should I apply a specific patch for this? I'm using grub boot loader
> which should boot using elf image but I cannot find any clue.
> Should I switch to another bootloader?
I did something some time ago - but it's only a quick hack to make my really
slow (386DX/25) machine boot faster - see http://lkml.org/lkml/2005/7/1/206
>
> TIA
>
> pazzodalegare
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Ondrej Zary
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: booting uncompressed kernel on x86
2008-10-01 22:04 ` Ondrej Zary
@ 2008-10-01 22:14 ` Pazzo Da Legare
2008-10-02 16:50 ` Pazzo Da Legare
0 siblings, 1 reply; 5+ messages in thread
From: Pazzo Da Legare @ 2008-10-01 22:14 UTC (permalink / raw)
To: Ondrej Zary; +Cc: linux-kernel
Hi Ondreh,
Thank you for your answer.
I tried your patch but on my slow i486-like target (on 2.6.25 and
2.6.27-rc6) but it reboots immediatly after few seconds; during this
time I can see some random and colored chars on the screen.
pazzo
2008/10/2 Ondrej Zary <linux@rainbow-software.org>:
> On Wednesday 01 October 2008 23:57:43 Pazzo Da Legare wrote:
>> I would like to boot uncompressed linux kernel on a embedded x86,
>> should I apply a specific patch for this? I'm using grub boot loader
>> which should boot using elf image but I cannot find any clue.
>> Should I switch to another bootloader?
>
> I did something some time ago - but it's only a quick hack to make my really
> slow (386DX/25) machine boot faster - see http://lkml.org/lkml/2005/7/1/206
>
>>
>> TIA
>>
>> pazzodalegare
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>
>
>
> --
> Ondrej Zary
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: booting uncompressed kernel on x86
2008-10-01 22:14 ` Pazzo Da Legare
@ 2008-10-02 16:50 ` Pazzo Da Legare
0 siblings, 0 replies; 5+ messages in thread
From: Pazzo Da Legare @ 2008-10-02 16:50 UTC (permalink / raw)
To: Ondrej Zary; +Cc: linux-kernel
It seems there is no way to do that without a specific patch
pazzo
2008/10/2 Pazzo Da Legare <pazzodalegare@gmail.com>:
> Hi Ondreh,
>
> Thank you for your answer.
>
> I tried your patch but on my slow i486-like target (on 2.6.25 and
> 2.6.27-rc6) but it reboots immediatly after few seconds; during this
> time I can see some random and colored chars on the screen.
>
> pazzo
>
> 2008/10/2 Ondrej Zary <linux@rainbow-software.org>:
>> On Wednesday 01 October 2008 23:57:43 Pazzo Da Legare wrote:
>>> I would like to boot uncompressed linux kernel on a embedded x86,
>>> should I apply a specific patch for this? I'm using grub boot loader
>>> which should boot using elf image but I cannot find any clue.
>>> Should I switch to another bootloader?
>>
>> I did something some time ago - but it's only a quick hack to make my really
>> slow (386DX/25) machine boot faster - see http://lkml.org/lkml/2005/7/1/206
>>
>> Ondrej Zary
>>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: booting uncompressed kernel on x86
2008-10-01 21:57 booting uncompressed kernel on x86 Pazzo Da Legare
2008-10-01 22:04 ` Ondrej Zary
@ 2008-10-06 7:48 ` Pazzo Da Legare
1 sibling, 0 replies; 5+ messages in thread
From: Pazzo Da Legare @ 2008-10-06 7:48 UTC (permalink / raw)
To: linux-kernel
Dear ML,
Is there a standard way to boot on i386 arch using uncompressed linux
kernel (vmlinux)?
I'm trying to fast my boot process on a slow i486-like machine, I
found a patch for this subject (http://lkml.org/lkml/2005/7/1/206) but
it doesn't work.
TIA for you help
Pazzo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-10-06 7:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 21:57 booting uncompressed kernel on x86 Pazzo Da Legare
2008-10-01 22:04 ` Ondrej Zary
2008-10-01 22:14 ` Pazzo Da Legare
2008-10-02 16:50 ` Pazzo Da Legare
2008-10-06 7:48 ` Pazzo Da Legare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.