On Fri, Sep 19, 2008 at 07:11:11PM +0200, Robert Millan wrote: > On Fri, Sep 19, 2008 at 09:08:47AM -0700, ron minnich wrote: > > On Fri, Sep 19, 2008 at 6:33 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > > > > > Note the stage1/stage2 separation. It would require either: > > > > > > - multiboot.c to be linked in twice, once for stage1 and once for stage2 > > > > > > - multiboot.c to be split in two files, one for stage1 and one for stage2 > > > > build multiboot into stage 1, and its functions can be called from > > stage 2 thanks to carl-daniel. > > Can't do. multiboot.c's write_multiboot_info() depends on > search_global_resources() which is in stage2.
So what then? I move search_global_resources() into stage1? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

