[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] eltorito cdrom boot
From: |
Yoshinori K. Okuji |
Subject: |
Re: [PATCH] eltorito cdrom boot |
Date: |
Thu, 31 Jan 2008 12:36:44 +0100 |
User-agent: |
KMail/1.9.4 |
On Thursday 31 January 2008 12:09, Robert Millan wrote:
> On Thu, Jan 31, 2008 at 04:38:15PM +0800, Bean wrote:
> > Changes in this new version:
> >
> > Fix a bug in lnxboot.
> > Use macro for magic values.
> > Try 3 times when reading from cdrom.
> >
> > 2008-01-31 Bean <address@hidden>
> >
> > * boot/i396/pc/lnxboot.S (data_start): Add cdrom boot support.
>
> Typo (i396).
>
> Do we really want to mix linux boot with eltorito boot? Is much core from
> original lnxboot reused by eltorito boot?
That should be separate. Look at stage2/start_eltorito.S in GRUB Legacy. It is
very small.
Okuji