Re: Amiga RDB
Ingo Weinhold <bonefish-CFLBMwTPW48UNGrzBIF7/[email protected]>
| Newsgroups | gmane.os.openbeos.storage |
|---|---|
| Message-ID | <Pine.SOL.4.53.0306121223120.24454@basta> |
On Thu, 12 Jun 2003, Axel Dörfler wrote: > Ingo Weinhold <bonefish-CFLBMwTPW48UNGrzBIF7/[email protected]> wrote: > > On Wed, 11 Jun 2003, Axel Dörfler wrote: > > > Fair enough - but I'll try to be faster than you this one time :-) > > I wouldn't be too disappointed. ;-) > > Well, perhaps you will if I messed it up ;-)) I'm faithful, that you won't. :-) > > > Maybe I will just move it then before doing any changes. We might > > > want > > > to recompile it with different capabilities though at a later time. > > Different capabilities? > > Yes, for example: why should we compile the whole driver_settings suite > into the boot loader which only needs one way parsing of files/strings? The partition/FS modules may want to use unparse features to create the [content] parameter strings. I suspect, in most cases an sprintf() (is it available in the boot loader?) will do just fine, but one never knows... > Something like that - maybe it's not even an issue, but if we got space > issues some day... Are there any space restrictions to the boot loader? Other than that it has to fit on the boot media, of course -- which, I suppose, could be an issue only for floppy disks, which will face extinction earlier or later anyway. > well, a .a archive would do fine, though - but > that's not compatible with a shared library since its contents won't be > exported (at least I didn't find a way to do that, and it somehow > negates the sense of those .a's). One can, of course, re-extract the object files from the archive, but then it makes little sense to build one in the first place. :-) CU, Ingo