Re: [PATCH] gfxpayload

2009-05-18 Thread Colin D Bennett
Robert Millan wrote on Sunday 17 May 2009: Hi, On Sun, May 17, 2009 at 04:34:16PM +0200, Vladimir 'phcoder' Serbinenko wrote: --- a/term/gfxterm.c +++ b/term/gfxterm.c @@ -27,10 +27,7 @@ #include grub/bitmap.h #include grub/command.h -#define DEFAULT_VIDEO_WIDTH640

[PATCH] ata.mod under qemu

2009-05-18 Thread Vladimir 'phcoder' Serbinenko
Hello. While experimenting with ata.mod on qemu I noticed it doesn't see the CD when it wasn't already initialised by bios. Just putting the status check after identify check solves the problem. However I'm not familiar with ata so I would like someone to have a look at it -- Regards Vladimir

Re: [PATCH] ata.mod under qemu

2009-05-18 Thread Vladimir 'phcoder' Serbinenko
On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko phco...@gmail.com wrote: Hello. While experimenting with ata.mod on qemu I noticed it doesn't see the CD when it wasn't already initialised by bios. Just putting the status check after identify check solves the problem. However I'm

Re: [PATCH] ata.mod under qemu

2009-05-18 Thread Vladimir 'phcoder' Serbinenko
On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko phco...@gmail.com wrote: On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko phco...@gmail.com wrote: Hello. While experimenting with ata.mod on qemu I noticed it doesn't see the CD when it wasn't already initialised by

porting Grub to Xen

2009-05-18 Thread Ferenc Wagner
Hi, Last week we had a very interesting chat on #grub, discussing various possibilities to run Grub in a Xen paravirtual domain. You showed some interest in properly porting Grub to this architecture instead of my misguided attempts to go through grub-emu and kexec. You asked for the interface

Re: porting Grub to Xen

2009-05-18 Thread Vladimir 'phcoder' Serbinenko
Hello On Mon, May 18, 2009 at 8:45 PM, Ferenc Wagner wf...@niif.hu wrote: Hi, Last week we had a very interesting chat on #grub, discussing various possibilities to run Grub in a Xen paravirtual domain.  You showed some interest in properly porting Grub to this architecture instead of my

Re: [PATCH] Use common linker script for all i386-pc systems

2009-05-18 Thread Christian Franke
Vladimir 'phcoder' Serbinenko wrote: Hello. On Sun, May 17, 2009 at 7:33 AM, Pavel Roskin ... wrote: This allows us to remove checks for the linker symbols for the beginning and the end of the .bss section. Instead, we use the names from the linker script. Another benefit is a better

Re: [PATCH] Use common linker script for all i386-pc systems

2009-05-18 Thread Vladimir 'phcoder' Serbinenko
On Mon, May 18, 2009 at 11:13 PM, Christian Franke christian.fra...@t-online.de wrote: Vladimir 'phcoder' Serbinenko wrote: Hello. On Sun, May 17, 2009 at 7:33 AM, Pavel Roskin ... wrote: This allows us to remove checks for the linker symbols for the beginning and the end of the .bss

Re: porting Grub to Xen

2009-05-18 Thread Ferenc Wagner
Ferenc Wagner wf...@niif.hu writes: my misguided attempts to go through grub-emu and kexec. Just to clear up a possible miscommunication: the above kexec doesn't have too much to do with the Linux kexec mechanism. Rather, it's a separate implementation to fully replace some software running in

Re: [PATCH] ata.mod under qemu

2009-05-18 Thread Pavel Roskin
On Mon, 2009-05-18 at 20:04 +0200, Vladimir 'phcoder' Serbinenko wrote: On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko phco...@gmail.com wrote: On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko phco...@gmail.com wrote: Hello. While experimenting with ata.mod on