Re: [PATCH] Large disk support for XFS

2009-08-16 Thread Monty Montgomery
After applying the patch, "grub-probe -v -t fs /" and "grub-install /dev/sda" both succeed without incident on the 6TB XFS volume. However, upon reboot: GRUB loading. Welcome to GRUB! Entering rescue mode error: out of disk grub rescue> At this point I tried 'help' and was told: Unknown com

Re: Minor framebuffer cleanup patches

2009-08-16 Thread Michal Suchanek
2009/8/16 Vladimir 'phcoder' Serbinenko : > I comitted three patches to branches michal[123] on my git. If > maintainer confirms it's ok for inclusion (legal reasons) I'll commit > to mainstream. You can see on my git how Changelog entries for you > changes should look like Looking at these chang

Re: [PATCH] Large disk support for XFS

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
On Sun, Aug 16, 2009 at 9:46 PM, Bean wrote: > Hi, > > This patch fixes a few size limits of xfs fs. > For sector numbers I would recommend to use grub_disk_addr_t but otherwise the patch looks good. Provided you write a Changelog and it passes the test, I'm ok with you comitting it. > -- > Bean >

[PATCH] Large disk support for XFS

2009-08-16 Thread Bean
Hi, This patch fixes a few size limits of xfs fs. -- Bean gitgrub home: http://github.com/grub/grub/ my fork page: http://github.com/bean123/grub/ diff --git a/fs/xfs.c b/fs/xfs.c index a143b55..1b18bef 100644 --- a/fs/xfs.c +++ b/fs/xfs.c @@ -160,13 +160,13 @@ static grub_dl_t my_mod; #define

[RFT] Re: Policy-based memory allocations (was Re: RFC: 1.97 roadmap)

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
I have this "thingie" available at my git branches mm and mm+move but it needs more testing. Unless it's tested enough it should be postponed and not included in 1.97. Actually I don't understand why it was proposed to include it in 1.97 at all - it changes memory management, bugs in it are likely

Re: [PATCH] Reimplement 10_freebsd.in using 10_linux.in

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
On Fri, Aug 7, 2009 at 2:12 PM, Robert Millan wrote: > > This patch reimplements 10_freebsd.in using 10_linux.in as a base, with > the kFreeBSD-specific parts of 10_freebsd.in. > > The new version brings in support for multiple kernel versions (the reason > for the rewrite) and also handling of acp

[PATCH 2/2] "auto" keyword in gfxmode and gfxpayload specification

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/commands/videotest.c b/commands/videotest.c index 07f61bd..07735cd 100644 --- a/commands/videotest.c +++ b/commands/videotest.c @@ -30,10 +30,7 @@ grub_cmd_videotest (grub_command_

[PATCH 1/2] Replace hook-based with flag-based approach for choosing video mode

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
After discussion on IRC it revealed that hook-based approach is unpracticable because number of available modes grows exponentially with every parameter available. Here is the patch to change to flag-based approach -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.

Re: [GITGRUB] FB driver for EFI

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
On Sun, Aug 16, 2009 at 9:20 AM, Bean wrote: > Hi, > > This patch adds efi fb driver, with it, you can use graphic mode in EFI. > > Add the following modules in grub.efi: > > video efi_fb gfxterm font png jpeg > > And use this in grub.cfg to enable graphics mode: (0x0 means use the > current screen

Re: Minor framebuffer cleanup patches

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
On Sat, Aug 15, 2009 at 12:44 AM, Michal Suchanek wrote: > 2009/8/14 Vladimir 'phcoder' Serbinenko : >> On Fri, Aug 14, 2009 at 4:04 PM, Michal Suchanek wrote: >>> Hello >>> >>> I am sending the rest of framebuffer patches that were not included in >>> the split by Vladimir. >>> >>> remove-dup-func

[GITGRUB] FB driver for OLPC

2009-08-16 Thread Bean
Hi, This patch adds fb device for i386-ieee1275 platform, the usage is quite similar to efi fb. BTW, openfirmware platforms reserve too little memory so that gfxterm can't start, I increase the heap size to 8m for now. The patch can be downloaded at: http://github.com/bean123/grub/tree/master

[GITGRUB] FB driver for EFI

2009-08-16 Thread Bean
Hi, This patch adds efi fb driver, with it, you can use graphic mode in EFI. Add the following modules in grub.efi: video efi_fb gfxterm font png jpeg And use this in grub.cfg to enable graphics mode: (0x0 means use the current screen size, you can also specific size like 1280x800) loadfont /u