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
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
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
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
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