Overriding CFLAGS at runtime

1999-08-28 Thread Pavel Roskin
Hello! When I run make GRUB_CFLAGS=-g I expect that the GRUB shell will be built without optimization (because I'm going to debug it). However, the -O2 option is not suppressed, since it's hardcoded in stage2/Makefile.in It is generally a good idea to use $(FOO) instead of @FOO@ in

Better patch for Minix

1999-08-28 Thread Pavel Roskin
Hello again! I have written a better patch for Minix filesystem support. It adds correct support for Minixfs version 1 with 30-character filenames. Please discard my previous hack. Changelog: * stage2/fsys_minix.c: Correct support for modified minixfs version 1 (filenames up

RE: Why do we preserve the BPB???

1999-08-28 Thread OKUJI Yoshinori
From: "Chris Jones" [EMAIL PROTECTED] Subject: RE: Why do we preserve the BPB??? Date: Sat, 28 Aug 1999 08:04:10 -0500 Furthermore, my reason for inquiring about the preservation of the BPB, is because I'm currently working on a project called ABBL (A Better Boot Loader). ABBL isn't ready

Re: Fat broken

1999-08-28 Thread OKUJI Yoshinori
From: Pavel Roskin [EMAIL PROTECTED] Subject: Fat broken Date: Sat, 28 Aug 1999 14:41:59 +0400 (EEST) The patch for FAT32 support breaks FAT12 and FAT16. The attached patch fixes the problem with FAT12 and FAT16. Thanks. --

Re: Overriding CFLAGS at runtime

1999-08-28 Thread OKUJI Yoshinori
From: Pavel Roskin [EMAIL PROTECTED] Subject: Overriding CFLAGS at runtime Date: Sat, 28 Aug 1999 15:25:15 +0400 (EEST) make GRUB_CFLAGS=-g I expect that the GRUB shell will be built without optimization (because I'm going to debug it). However, the -O2 option is not suppressed, since it's

Re: Overriding CFLAGS at runtime

1999-08-28 Thread Ben Bucksch
make GRUB_CFLAGS=-g I expect that the GRUB shell will be built without optimization (because I'm going to debug it). However, the -O2 option is not suppressed, since it's hardcoded in stage2/Makefile.in I don't think -O2 disables you from debugging it. Do you have another reason?

RE: Why do we preserve the BPB???

1999-08-28 Thread Chris Jones
I assure you no one will miss the BPB, since nothing that GRUB boots requires it. I will begin work right away at combining the two loaders. Cheers, chris

Re: Cannot read FFS?

1999-08-28 Thread Takehiro
Thanks for your advices.Now I have built GRUB(-current).It's great!! I can boot OSes as following. FreeBSD(0xa5) ,a.out kernel FreeBSD(0xa5) ,ELF kernel NetBSD (0xa9) ,a.out kernel(ELF kernel is not tested.) Linux (0x83) ,ELF kernel Windows98 Takehiro Suzuki [EMAIL PROTECTED]