Re: [PATCH] PNG image reader

2008-01-11 Thread Bean
Hi, fix a few things: apply filter to the whole scan line instead of per pixel add support for stored block type support RGBA color type change a few names and types /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2008 Free Software Foundation, Inc. * * GRUB is free software: you

GRUB on OLPC / XO

2008-01-11 Thread Robert Millan
Hi! I've been working for a few hours in a GRUB port to i386/OFW. There's quite a bit of things that need cleanup/fix before it can be considered complete, but it's in a stage that boots and lets you do basic things (like listing storage devices). It's known to work on OLPC / XO. I don't have

Re: Grub Security Modules :)

2008-01-11 Thread Robert Millan
On Fri, Jan 11, 2008 at 05:49:40PM +0100, Uwe Hermann wrote: > On Tue, Jan 08, 2008 at 09:26:45PM +0100, Robert Millan wrote: > > On Tue, Jan 08, 2008 at 04:08:35PM +, Oleg Strikov wrote: > > > Good Day! > > > I'm gonna create some grub2 security extensions to make fully functional > > > High

[PATCH] PNG image reader

2008-01-11 Thread Bean
Hi, This is reader for png image file. /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2008 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar

Re: Grub Security Modules :)

2008-01-11 Thread Uwe Hermann
On Tue, Jan 08, 2008 at 09:26:45PM +0100, Robert Millan wrote: > On Tue, Jan 08, 2008 at 04:08:35PM +, Oleg Strikov wrote: > > Good Day! > > I'm gonna create some grub2 security extensions to make fully functional > > High > > Assurance Bootloader. Now a have some pre-alpha code, but it seems