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
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
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
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_
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
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
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
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
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