use grub to surpport rtems boot image

1999-08-29 Thread d_luo29
HI: I use GRUB to build RTEMS for pc386. I fellow the process of making Boot disk ( under windows95 and under linux),but some error happened after boot by grub.fs(stage1,stage2,grubmenu,hello.exe) . error message : load:[format >netbsd_a.out loadaddr=0x1, te

Using GRUB with a new operating system

1999-08-29 Thread Sidney Cammeresi
I've been writing my own operating system for some time now, and I have recently decided that it is time to explore the booting from disk issue. I've got GRUB installed on a floppy and it seems to work. I have gotten it booting a null kernel in the form of an ELF file. My operating system's ker

Re: Cannot read FFS?

1999-08-29 Thread OKUJI Yoshinori
From: [EMAIL PROTECTED] (Takehiro) Subject: Re: Cannot read FFS? Date: Sun, 29 Aug 1999 10:21:51 +0900 (JST) > 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 k

RE: Overriding CFLAGS at runtime

1999-08-29 Thread OKUJI Yoshinori
From: "Chris Jones" <[EMAIL PROTECTED]> Subject: RE: Overriding CFLAGS at runtime Date: Sat, 28 Aug 1999 18:55:26 -0500 > I think I should add my two cents. It is widely known that most compiler > bugs come from their optimizations. Therefore, you always test your > programs with all optimizati

Re: Overriding CFLAGS at runtime

1999-08-29 Thread OKUJI Yoshinori
From: Pavel Roskin <[EMAIL PROTECTED]> Subject: Re: Overriding CFLAGS at runtime Date: Sun, 29 Aug 1999 02:33:37 +0400 (EEST) > You overestimate gdb or underestimate gcc :-( Probably. :-) > > As long as I see, Automake just adds FOO=@FOO@, whether FOO is used > > or not. Not smart. > > May