* Is LOADLIN still viable for 2.6?
@ 2004-02-23 15:05 Martin Bogomolni
2004-02-23 16:11 ` Randy.Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Martin Bogomolni @ 2004-02-23 15:05 UTC (permalink / raw)
To: linux-kernel
When trying to load a 2.6 kernel from a FreeDOS environment, I am now very
consistently unable to load the kernel and an initial ramdisk via LOADLIN.
The nature of the embedded system I'm working with, requires that DOS be
present prior to loading linux during an interactive startup and hardware
intialization phase.
Since it doesn't seem that Hans Lermen has been updating or maintaining
loadlin since the release of 2.4 is there anyone who is continuing to maintain
LOADLIN, or has it fallen by the wayside? Due to the nature of the system,
and a requirement for backwards compatibility and user interaction during
startup, I cannot use Peter Anvin's SYSLINUX linux loader which occurs too
early on in the process.
Are there any other options to startup a linux environment from DOS?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is LOADLIN still viable for 2.6?
2004-02-23 15:05 Is LOADLIN still viable for 2.6? Martin Bogomolni
@ 2004-02-23 16:11 ` Randy.Dunlap
2004-02-23 17:54 ` robert of northworthige
0 siblings, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2004-02-23 16:11 UTC (permalink / raw)
To: martinb; +Cc: martinb, linux-kernel
On Mon, 23 Feb 2004 10:05:58 -0500 "Martin Bogomolni" <martinb@www.igotu.com> wrote:
|
|
| When trying to load a 2.6 kernel from a FreeDOS environment, I am now very
| consistently unable to load the kernel and an initial ramdisk via LOADLIN.
|
| The nature of the embedded system I'm working with, requires that DOS be
| present prior to loading linux during an interactive startup and hardware
| intialization phase.
|
| Since it doesn't seem that Hans Lermen has been updating or maintaining
| loadlin since the release of 2.4 is there anyone who is continuing to maintain
| LOADLIN, or has it fallen by the wayside? Due to the nature of the system,
| and a requirement for backwards compatibility and user interaction during
| startup, I cannot use Peter Anvin's SYSLINUX linux loader which occurs too
| early on in the process.
|
| Are there any other options to startup a linux environment from DOS?
I don't know anything about it, but you might look at gujin:
http://sourceforge.net/projects/gujin/
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is LOADLIN still viable for 2.6?
2004-02-23 16:11 ` Randy.Dunlap
@ 2004-02-23 17:54 ` robert of northworthige
2004-02-23 17:59 ` Randy.Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: robert of northworthige @ 2004-02-23 17:54 UTC (permalink / raw)
To: linux-kernel
In article <20040223081138.50f03334.rddunlap@osdl.org>, Randy.Dunlap
<rddunlap@osdl.org> writes
>On Mon, 23 Feb 2004 10:05:58 -0500 "Martin Bogomolni" <martinb@www.igotu.com>
>wrote:
>
>|
>
>| Since it doesn't seem that Hans Lermen has been updating or maintaining
>| loadlin since the release of 2.4 is there anyone who is continuing to
>maintain
>| LOADLIN, or has it fallen by the wayside? Due to the nature of the system,
>| and a requirement for backwards compatibility and user interaction during
>| startup, I cannot use Peter Anvin's SYSLINUX linux loader which occurs too
>| early on in the process.
>|
>| Are there any other options to startup a linux environment from DOS?
>
>I don't know anything about it, but you might look at gujin:
> http://sourceforge.net/projects/gujin/
>
>--
>~Randy
>-
Hans produced loadlin1.6c for Pat Volkerding, about slack 8.1 time
(kernel 2.4.18). I'm sure he'd rise to the challenge to update for 2.6
if needed.
And...
I've just tried loadlin1.6c on a 2.6.2 kernel and it's come up fine
Bob Hall
There's also linld (??) from a russian guy IIRC.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is LOADLIN still viable for 2.6?
2004-02-23 17:54 ` robert of northworthige
@ 2004-02-23 17:59 ` Randy.Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy.Dunlap @ 2004-02-23 17:59 UTC (permalink / raw)
To: robert of northworthige; +Cc: linux-kernel
On Mon, 23 Feb 2004 17:54:40 +0000 robert of northworthige <bobh@n-cantrell.demon.co.uk> wrote:
| In article <20040223081138.50f03334.rddunlap@osdl.org>, Randy.Dunlap
| <rddunlap@osdl.org> writes
| >On Mon, 23 Feb 2004 10:05:58 -0500 "Martin Bogomolni" <martinb@www.igotu.com>
| >wrote:
| >
| >|
| >
| >| Since it doesn't seem that Hans Lermen has been updating or maintaining
| >| loadlin since the release of 2.4 is there anyone who is continuing to
| >maintain
| >| LOADLIN, or has it fallen by the wayside? Due to the nature of the system,
| >| and a requirement for backwards compatibility and user interaction during
| >| startup, I cannot use Peter Anvin's SYSLINUX linux loader which occurs too
| >| early on in the process.
| >|
| >| Are there any other options to startup a linux environment from DOS?
| >
| >I don't know anything about it, but you might look at gujin:
| > http://sourceforge.net/projects/gujin/
| >
| >--
| >~Randy
| >-
|
| Hans produced loadlin1.6c for Pat Volkerding, about slack 8.1 time
| (kernel 2.4.18). I'm sure he'd rise to the challenge to update for 2.6
| if needed.
| And...
| I've just tried loadlin1.6c on a 2.6.2 kernel and it's come up fine
|
| Bob Hall
|
| There's also linld (??) from a russian guy IIRC.
Ah, that's why I couldn't find it, I was looking for 'ldlin'.
Yes, it's here:
http://port.imtp.ilyichevsk.odessa.ua/linux/linld/
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-23 18:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-23 15:05 Is LOADLIN still viable for 2.6? Martin Bogomolni
2004-02-23 16:11 ` Randy.Dunlap
2004-02-23 17:54 ` robert of northworthige
2004-02-23 17:59 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®