Re: [PATCH] Patch for the open hackware

2008-07-02 Thread Bean
On Tue, Jul 1, 2008 at 11:56 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 12:23:42PM -0400, Pavel Roskin wrote: >> On Mon, 2008-06-30 at 18:08 +0800, Bean wrote: >> >> > If no one objects, I'd like to commit this soon. >> >> No objection from me. I was about to ask you to

Re: [PATCH] Patch for the open hackware

2008-07-01 Thread Robert Millan
On Mon, Jun 30, 2008 at 12:23:42PM -0400, Pavel Roskin wrote: > On Mon, 2008-06-30 at 18:08 +0800, Bean wrote: > > > If no one objects, I'd like to commit this soon. > > No objection from me. I was about to ask you to commit it. No objection either -- Robert Millan I know my rights; I want

Re: [PATCH] Patch for the open hackware

2008-06-30 Thread Pavel Roskin
On Mon, 2008-06-30 at 18:08 +0800, Bean wrote: > If no one objects, I'd like to commit this soon. No objection from me. I was about to ask you to commit it. -- Regards, Pavel Roskin ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.or

Re: [PATCH] Patch for the open hackware

2008-06-30 Thread Bean
On Wed, Jun 18, 2008 at 1:45 AM, Bean <[EMAIL PROTECTED]> wrote: > On Wed, Jun 18, 2008 at 1:39 AM, Robert Millan <[EMAIL PROTECTED]> wrote: >> On Tue, Jun 17, 2008 at 11:44:36PM +0800, Bean wrote: >>> + if (grub_ieee1275_test_flag (GRUB_IEEE1275_FLAG_CANNOT_INTERPRET)) >>> +{ >>> + grub_

Re: [PATCH] Patch for the open hackware

2008-06-17 Thread Bean
On Wed, Jun 18, 2008 at 1:39 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Tue, Jun 17, 2008 at 11:44:36PM +0800, Bean wrote: >> + if (grub_ieee1275_test_flag (GRUB_IEEE1275_FLAG_CANNOT_INTERPRET)) >> +{ >> + grub_addr_t addr; >> + grub_uint32_t len; >> + >> + addr = HEAP_MA

Re: [PATCH] Patch for the open hackware

2008-06-17 Thread Robert Millan
On Tue, Jun 17, 2008 at 11:44:36PM +0800, Bean wrote: > + if (grub_ieee1275_test_flag (GRUB_IEEE1275_FLAG_CANNOT_INTERPRET)) > +{ > + grub_addr_t addr; > + grub_uint32_t len; > + > + addr = HEAP_MAX_ADDR - HEAP_MIN_SIZE; > + len = HEAP_MIN_SIZE; > + > + if (grub_claimm

Re: [PATCH] Patch for the open hackware

2008-06-17 Thread Bean
Hi, This new patch uses a little trick to make the backspace key works, as it's quite annoying not being able to delete character. -- Bean diff --git a/include/grub/ieee1275/ieee1275.h b/include/grub/ieee1275/ieee1275.h index 5c06025..e73c516 100644 --- a/include/grub/ieee1275/ieee1275.h +++ b/i

Re: [PATCH] Patch for the open hackware

2008-06-17 Thread Pavel Roskin
On Tue, 2008-06-17 at 23:44 +0800, Bean wrote: > Hi, > > This patch fix a few problem regarding the open hackware > implementation of qemu-ppc: > > 1, halts when calling grub_ieee1275_interpret > Add new flag GRUB_IEEE1275_FLAG_CANNOT_INTERPRET > > 2, no memory map, which cause out of memory err

[PATCH] Patch for the open hackware

2008-06-17 Thread Bean
Hi, This patch fix a few problem regarding the open hackware implementation of qemu-ppc: 1, halts when calling grub_ieee1275_interpret Add new flag GRUB_IEEE1275_FLAG_CANNOT_INTERPRET 2, no memory map, which cause out of memory error Add new flag GRUB_IEEE1275_FLAG_FORCE_CLAIM, just claim what w