Re: [PATCH] new command

2001-01-10 Thread OKUJI Yoshinori
From: "Eugene A. Doudine" <[EMAIL PROTECTED]> Subject: Re: [PATCH] new command Date: Thu, 11 Jan 2001 08:07:46 +0700 (KRAT) > Thank you for the thorough review of my code, I've rewritten it > according to your suggestions. Thanks. Although your patch still had a few style problems, I fixed them

Re: Help autobooting FreeBSD 4.2

2001-01-10 Thread OKUJI Yoshinori
From: Goran Koruga <[EMAIL PROTECTED]> Subject: Re: Help autobooting FreeBSD 4.2 Date: Thu, 11 Jan 2001 08:11:22 +0100 > I had the same problem with my HP Vectra. Use 'd' option in install command, > as follows : > > install stage1_location d destination_device stage2_location 0x8000 p > > Note

Re: Help autobooting FreeBSD 4.2

2001-01-10 Thread Goran Koruga
On Wed, Jan 10 2001, GB/DEV - Doug Poland wrote: Hi, > Hi everyone, > > I searched the mail archives but could not find an > answer. My FreeBSD 4.2 box won't boot correctly > because my BIOS is not passing the boot device > in the register that boot1.s is expecting. (Gateway > 2000 GP6-266

Re: How to compile the Example OS code from the "MultibootSpecification" to test GRUB?

2001-01-10 Thread OKUJI Yoshinori
From: Qiling Liu <[EMAIL PROTECTED]> Subject: How to compile the Example OS code from the "Multiboot Specification" to test GRUB? Date: Wed, 10 Jan 2001 15:00:48 -0800 (PST) > It seems that there have no introduction how to > compile the Example OS code from the "Multiboot > Specification" (ei

Re: [PATCH] new command

2001-01-10 Thread Eugene A. Doudine
Hello, Okuju Thank you for the thorough review of my code, I've rewritten it according to your suggestions. Regards, Eugene diff -ubBr ./grub-0.5.96.1/ChangeLog ./grub-0.5.96.1-ifconfig2/ChangeLog --- ./grub-0.5.96.1/ChangeLog Fri Oct 20 03:44:35 2000 +++ ./grub-0.5.96.1-ifconfig2/ChangeLo

Re: Booting win98 from an extended partition

2001-01-10 Thread OKUJI Yoshinori
So I've checked in my patch to the CVS. Let me know, if this change makes other operating systems unbootable. Okuji ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: merging GRUB patches

2001-01-10 Thread OKUJI Yoshinori
Hi Andrew, From: Andrew Clausen <[EMAIL PROTECTED]> Subject: merging GRUB patches Date: Wed, 10 Jan 2001 13:42:33 -0200 > Should we split all of our changes into individual patches, or > just the final version? Do you want a complete list of changes? Please make your patch as small as possib

Help autobooting FreeBSD 4.2

2001-01-10 Thread GB/DEV - Doug Poland
Hi everyone, I searched the mail archives but could not find an answer. My FreeBSD 4.2 box won't boot correctly because my BIOS is not passing the boot device in the register that boot1.s is expecting. (Gateway 2000 GP6-266). I installed the latest grub from the FreeBSD package and create

merging GRUB patches

2001-01-10 Thread Andrew Clausen
Hi all, Conectiva has modified GRUB: * add a graphical interface * bug fixes: - initrd loaded in incorrect place, if mem=XXX doesn't match what GRUB thinks the memory size is - fixes for when video and main memory is shared - heaps more... (see our ChangeLog, attac