From: Marco Gerards <mgerards@xs4all.nl>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] eltorito cdrom boot
Date: Tue, 29 Jan 2008 21:58:15 +0100 [thread overview]
Message-ID: <874pcwl57c.fsf@xs4all.nl> (raw)
In-Reply-To: <ca0f59980801291122i70412c03u2dd4982b1b9c97ac@mail.gmail.com> (bean123ch@gmail.com's message of "Wed, 30 Jan 2008 03:22:58 +0800")
Bean <bean123ch@gmail.com> writes:
Hi Bean!
> This patch enable grub2 to read files from cdrom using int13 service.
Wow, you are active! :-)
> To create bootable cdrom:
>
> mkdir cdroot
> cat cdboot.img core.img > cdroot/grub2cd.bin
> mkisofs -R -no-emul-boot -boot-info-table --boot-load-size 4 -b
> grub2cd.bin -o aa.iso cdroot
>
>
> diff --git a/boot/i386/pc/cdboot.S b/boot/i386/pc/cdboot.S
> new file mode 100755
> index 0000000..d020651
> --- /dev/null
> +++ b/boot/i386/pc/cdboot.S
> @@ -0,0 +1,292 @@
> +/*
> + * GRUB -- GRand Unified Bootloader
> + * Copyright (C) 1994-2002 H. Peter Anvin
> + * Copyright (C) 1999,2000,2001,2004 Free Software Foundation, Inc.
Please be careful with patches that include code from other sources.
If you do so, please mention it explicitly.
You know that very often, it cannot just be merged... :-/
--
Marco
next prev parent reply other threads:[~2008-01-29 20:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-29 19:22 [PATCH] eltorito cdrom boot Bean
2008-01-29 20:33 ` Robert Millan
2008-01-29 20:58 ` Marco Gerards [this message]
2008-01-30 15:13 ` Bean
2008-01-31 8:38 ` Bean
2008-01-31 11:09 ` Robert Millan
2008-01-31 11:36 ` Yoshinori K. Okuji
2008-01-31 12:43 ` Bean
2008-02-02 14:19 ` Bean
2008-02-02 16:33 ` Robert Millan
2008-02-02 17:16 ` Bean
2008-02-02 17:24 ` Robert Millan
2008-02-03 8:27 ` Bean
2008-01-31 12:47 ` Robert Millan
2008-01-31 13:04 ` Bean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874pcwl57c.fsf@xs4all.nl \
--to=mgerards@xs4all.nl \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.