Fixed. I temporarily left grub_stop_floppy in linux code. 2009-03-22 Vladimir Serbinenko Move multiboot helper out of kernel * conf/i386-pc.rmk (multiboot_mod_SOURCES): Add loader/i386/multiboot_helper.S * conf/i386-coreboot.rmk: Likewise * conf/i386-ieee1275.rmk: Likewise * kern/i386/loader.S: Move multiboot helpers from here... * loader/i386/multiboot_helper.S: ...moved here * include/grub/i386/loader.h: Move declarations of multiboot helpers from here... * include/grub/i386/multiboot.h: ...moved here * loader/i386/multiboot.c: Added include of grub/cpu/multiboot.h Robert Millan wrote: > Is this the last patch? I rechecked this thread, but might have > missed something. > > On Sat, Mar 14, 2009 at 12:35:09AM +0100, phcoder wrote: >> Rediffed >> 2009-03-14 Vladimir Serbinenko >> >> Move multiboot helper out of kernel >> >> * conf/i386-pc.rmk: Add loader/i386/multiboot_helper.S to >> _multiboot.mod > > This should be like: > > * conf/i386-pc.rmk (_multiboot_mod_SOURCES): Add > `loader/i386/multiboot_helper.S'. > > Also, the addition of _multiboot_mod_ASFLAGS isn't mentioned. > -- Regards Vladimir 'phcoder' Serbinenko