Re: [PATCH] ata.mod under qemu

2009-05-18 Thread Pavel Roskin
On Mon, 2009-05-18 at 19:36 -0400, Pavel Roskin wrote: > I did a quick check, and your patch has no effect on my system. I'm > using Fedora 11 with qemu 0.10. After inserting the ata module, ls > shows no disks, with or without your patch. Never mind, my "quick check" was too quick. I forgot t

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 > wrote: > > On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko > > wrote: > >> Hello. While experimenting with ata.mod on qemu I noticed it doesn't

Re: porting Grub to Xen

2009-05-18 Thread Ferenc Wagner
Ferenc Wagner 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 a paravirtua

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 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 section.  I

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 uni

Re: porting Grub to Xen

2009-05-18 Thread Vladimir 'phcoder' Serbinenko
Hello On Mon, May 18, 2009 at 8:45 PM, Ferenc Wagner 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 misguided

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 d

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 wrote: > On Mon, May 18, 2009 at 7:59 PM, Vladimir 'phcoder' Serbinenko > 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 sta

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 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 > not familiar

[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 'ph

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 > > #include > > > > -#define DEFAULT_VIDEO_WIDTH640 > > -#define DE