Bean <[EMAIL PROTECTED]> 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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel