Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Jeff Chua
2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : > On 14.11.2011 15:46, Jeff Chua wrote: >> I'm getting this error trying to compile grub2 from bzr. The bzr pull >> prior to Nov 11 compiled ok. >> > Try increasing > #define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x6e0 > in include/grub/offsets.

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 01:29, Jeff Chua wrote: > 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : >> On 14.11.2011 15:46, Jeff Chua wrote: >>> I'm getting this error trying to compile grub2 from bzr. The bzr pull >>> prior to Nov 11 compiled ok. >>> >> Try increasing >> #define GRUB_KERNEL_I386_PC_NO_REED

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 01:44, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 17.11.2011 01:29, Jeff Chua wrote: >> 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : >>> On 14.11.2011 15:46, Jeff Chua wrote: I'm getting this error trying to compile grub2 from bzr. The bzr pull prior to Nov 11 c

Xen branches

2011-11-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. I have push some work for paravirtualised GRUB2 to XEN branch: http://bzr.savannah.gnu.org/lh/grub/branches/xen. Currently only x86-64 (I'm much less interested in i386). What works: - modules, normal mode, console, date, all of the all-platform commands (not all are tested though) What

Re: [Grub2] Xen branches

2011-11-16 Thread Samuel Thibault
Nice! Vladimir 'φ-coder/phcoder' Serbinenko, le Thu 17 Nov 2011 01:54:47 +0100, a écrit : > -network > -disks It can be useful to just re-use the drivers from Mini-OS, but you may want to reimplement them. > -loaders I strongly recommend to re-use libxc's code, and use my kexec code to actuall

Re: [Grub2] Xen branches

2011-11-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 01:59, Samuel Thibault wrote: > Nice! Thanks. > Vladimir 'φ-coder/phcoder' Serbinenko, le Thu 17 Nov 2011 01:54:47 +0100, a > écrit : >> -network >> -disks > It can be useful to just re-use the drivers from Mini-OS, but you may > want to reimplement them. > They don't seem to be diff

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Jeff Chua
2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko : > Make sure that you don't try to use old grub-setup with new images or > vice-versa. It's a full install. "make" followed by "make install". Also another possible trouble is gcc adding unexpected > sections. Can you submit your lzma_decompress.i