Re: embedding filesystems in core image (Re: moving ata initialisation to a command)

2007-12-23 Thread Robert Millan
On Sat, Dec 22, 2007 at 01:24:53PM +0100, Yoshinori K. Okuji wrote: > On Saturday 22 December 2007 13:18, Robert Millan wrote: > > Here's a new patch, with some cleanup. The main difference is that > > memdisk.c doesn't include any arch-specific code. > > You forgot to attach it. :) Oops. Here

[PATCH] unifont.hex processing

2007-12-23 Thread Robert Millan
including `${pkgdata}'. diff -x '*.mk' -Nur grub2-1.95+20071223.old/conf/common.rmk grub2-1.95+20071223/conf/common.rmk --- grub2-1.95+20071223.old/conf/common.rmk 2007-12-23 19:21:01.00000 +0100 +++ grub2-1.95+20071223/conf/common.rmk 2007-12-23 19:22:07.0 +0100 @@

[PATCH] cpio and tar filesystem

2007-12-23 Thread Bean
I write a filesystem driver for cpio and tar archive file. now you can open the archive with loopback command: loopback aa (hd0,1)/cpio_file loopback bb (hd0,1)/tar_file If you also apply my previous patch on transparent decompression, you can even open a gzip archive, for example: loopback aa

Re: [PATCH] cpio and tar filesystem

2007-12-23 Thread Bean
sorry, forget to add cpio.c, here is the new patch: 2007-12-24 Bean <[EMAIL PROTECTED]> * conf/common.rmk (pkgdata_MODULES): Add cpio.mod. (cpio_mod_SOURCES): New variable. (cpio_mod_CFLAGS): Likewise. (cpio_mod_LDFLAGS): Likewise. * fs/cpio.c: New file.

[PATCH] colored menu

2007-12-23 Thread Robert Millan
This patch adds a nice looking colored menu like the one you'd obtain on GRUB Legacy with "color cyan/blue white/blue" command. Screenshot is attached as well. A pair of notes: - The *_setcolor function stubs are being removed from some terminals because grub_setcolor() from kernel already

Re: [PATCH] cpio and tar filesystem

2007-12-23 Thread Robert Millan
On Mon, Dec 24, 2007 at 03:52:37AM +0800, Bean wrote: > I write a filesystem driver for cpio and tar archive file. now you can > open the archive with loopback command: Wow, you're fast! :-) I don't know about tar/cpio file format, but I'm impressed about the small size of your code. How is it t

Re: [PATCH] cpio and tar filesystem

2007-12-23 Thread Robert Millan
On Mon, Dec 24, 2007 at 04:04:31AM +0800, Bean wrote: > > * conf/i386-pc.rmk (grub_emu_SOURCES): Add cpio.c. > > * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise. > > * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise. > > * conf/powerpc-ieee1275.rmk (grub_emu_SOURCE

Re: git mirror available

2007-12-23 Thread Robert Millan
I think it's not the first time someone makes a git mirror of grub. You might want to put that in the wiki to help avoid more duplicated work. -- Robert Millan I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.)

Re: [PATCH] colored menu

2007-12-23 Thread Robert Millan
New patch. Corrects a minor mistake when filling the last colum in the menu. Also, it doesn't change the colors on gfxterm since some reasjustments were needed for that, and there's also a bug that makes it impossible to change colors on the fly with gfxterm/vbe (I'll write more on that later).

gfxterm / grub_virtual_screen_setcolorstate()

2007-12-23 Thread Robert Millan
On Mon, Dec 24, 2007 at 02:28:18AM +0100, Robert Millan wrote: > > New patch. Corrects a minor mistake when filling the last colum in the > menu. Also, it doesn't change the colors on gfxterm since some reasjustments > were needed for that, and there's also a bug that makes it impossible to > ch

Re: [PATCH] cpio and tar filesystem

2007-12-23 Thread Bean
On Dec 24, 2007 5:48 AM, Robert Millan <[EMAIL PROTECTED]> wrote: >Perhaps it'd be a good idea to move the arch-independant part of >grub_emu_SOURCES to common.rmk (as grub_emu_SOURCES += foo), to avoid >having to update all the files so often ... yes, but i think it should be in a separate patch.

Re: git mirror available

2007-12-23 Thread Bean
I guess we could put the mirror in a public hosting, such as: http://repo.or.cz/ so that it's more reliable. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel