hi,
i check out the latest grub2 from svn, and try to make it, but i failed:
when i 'configure' it, things are OK. after that, i make it. the screen shows
me it is doing the `configure' again and again. is there something wrong?
any suggestion? ( slackware with gcc. i compiled grub2 bef
Am Mittwoch, den 06.08.2008, 15:31 +0800 schrieb Albert:
> hi,
>
> i check out the latest grub2 from svn, and try to make it, but i
> failed:
> when i 'configure' it, things are OK. after that, i make it. the
> screen shows me it is doing the `configure' again and again. is there
> something
On Wed, Aug 06, 2008 at 03:31:53PM +0800, Albert wrote:
> hi,
>
> i check out the latest grub2 from svn, and try to make it, but i failed:
> when i 'configure' it, things are OK. after that, i make it. the screen shows
> me it is doing the `configure' again and again. is there something wron
Am Dienstag, den 05.08.2008, 19:23 +0200 schrieb Felix Zielcke:
> Am Freitag, den 04.07.2008, 03:20 +0200 schrieb Javier Martín:
>
> > That was it. I will post no more in this thread. Do whatever you please
> > with the patch - I'll just request some more people from the GRUB dev
> > team to revie
Hi,
I implement this command for grub4dos some time ago, now it's ported to grub2.
Usage:
checktime min hour day_of_month month day_of_week
The five parameters for checktime is the same as in crontab: minute,
hour, day, month and day of week. This command check if the current
daytime is withi
On Wed, Aug 06, 2008 at 07:02:46PM +0800, Bean wrote:
> if checktime * * * 3-5 *; then
> background_image /spring.png
> fi
>
> if checktime * * * 6-8 *; then
> background_image /summer.png
> fi
>
> if checktime * * * 9-11 *; then
> background_image /fall.png
> fi
>
> if checktime * * * 1-2
Hello!
I've fixed the trivial stuff, but this may require comments. I'll be
mostly offline for the next 3 weeks, so if it's OK, please apply it for
me.
ChangeLog:
* disk/ata.c (grub_ata_pciinit): Mark pciid unused.
* commands/i386/pc/pxecmd.c (grub_cmd_pxe): Mark argc and args
On Wed, 06 Aug 2008 09:39:02 -0400
Pavel Roskin <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I've fixed the trivial stuff, but this may require comments. I'll be
> mostly offline for the next 3 weeks, so if it's OK, please apply it
> for me.
Along these lines, can we use a gcc option to turn off the
Quoting Colin D Bennett <[EMAIL PROTECTED]>:
Along these lines, can we use a gcc option to turn off the "trampoline
requires executable stack" warnings that are generated by the dozens?
I looked for the option in the gcc manual and could not find it.
Please quote the exact message. What platf
Viswesh S wrote:
Hi,
I have a small suggestion.
Why cant we document in a small file, the procedures, or the dont's
while adding modules or modifying grub2.A FAQ file may be.
That will help us in the long run.
Viswesh
A) We have Wiki for that purpose. Please use that to fill this informat
On Wed, 06 Aug 2008 10:32:26 -0400
Pavel Roskin <[EMAIL PROTECTED]> wrote:
> Quoting Colin D Bennett <[EMAIL PROTECTED]>:
>
> > Along these lines, can we use a gcc option to turn off the
> > "trampoline requires executable stack" warnings that are generated
> > by the dozens? I looked for the opt
On Wed, Aug 6, 2008 at 7:35 PM, Robert Millan <[EMAIL PROTECTED]> wrote:
> Can we make this portable by accessing 0x70 / 0x71 I/O ports instead?
Hi,
Good point. The new patch uses cmos to get datetime setting, it should
be generic among i386 platforms.
2008-08-06 Bean <[EMAIL PROTECTED]>
I am interested in seeing support for encrypted partitions added to GRUB.
On the GRUB Wiki, encryption support is listed as a suggested project for
Google's Summer of Code 2008. Did anyone pick up this project? If not, I
would like to take a stab at it. Before I start looking closely at this, I
hav
On Wed, 6 Aug 2008 11:04:16 -0500 (CDT)
"W. Michael Petullo" <[EMAIL PROTECTED]> wrote:
> 1. How do I know exactly what subset of libc is available to me as a
> GRUB developer? Obviously, system calls would not be expected to work
> because the operating system has not yet been loaded, but I woul
El mié, 06-08-2008 a las 07:43 -0700, Viswesh S escribió:
> Hi,
>
>
>
> Could you let all know how to use your drivemap command.Is it similar
> to the map command in legacy grub.
Hi there. Information about the use of a command is better placed in the
wiki than in this list, however this comma
El mié, 06-08-2008 a las 10:11 -0700, Colin D Bennett escribió:
> On Wed, 6 Aug 2008 11:04:16 -0500 (CDT)
> "W. Michael Petullo" <[EMAIL PROTECTED]> wrote:
>
> > 1. How do I know exactly what subset of libc is available to me as a
> > GRUB developer? Obviously, system calls would not be expected
Hello,
On Aug/05/2008, Marco Gerards wrote:
> > Some weeks ago I sent a patch that didn't have any discussion. I'm
> > sending it again, maybe everybody was in holidays :-)
> >
> > Actually I updated the patch (added some spaces to comply with the
> > coding style).
> >
> > * menu/normal.c: Add
Robert Millan wrote:
On Tue, Aug 05, 2008 at 02:13:43PM +0200, Christian Franke wrote:
Why not have the user write a custom entry then? I think it clutters the
user interface to add options for everything. If a corner case (boot a non
native disk, can't use os-prober) can be supported by cr
On Wed, Aug 06, 2008 at 11:09:44PM +0800, Bean wrote:
> On Wed, Aug 6, 2008 at 7:35 PM, Robert Millan <[EMAIL PROTECTED]> wrote:
> > Can we make this portable by accessing 0x70 / 0x71 I/O ports instead?
>
> Hi,
>
> Good point. The new patch uses cmos to get datetime setting, it should
> be generi
On Wed, Aug 06, 2008 at 11:04:16AM -0500, W. Michael Petullo wrote:
> I am interested in seeing support for encrypted partitions added to GRUB.
> On the GRUB Wiki, encryption support is listed as a suggested project for
> Google's Summer of Code 2008. Did anyone pick up this project? If not, I
> wo
On Wednesday 06 August 2008 18:04:16 W. Michael Petullo wrote:
> I am interested in seeing support for encrypted partitions added to GRUB.
> On the GRUB Wiki, encryption support is listed as a suggested project for
> Google's Summer of Code 2008. Did anyone pick up this project? If not, I
> would l
On Wednesday 06 August 2008 22:01:29 Robert Millan wrote:
> I think the first you should do is check the list archives. IIRC there was
> someone else already working on this (not sure if he's still active,
> though).
I'm basically waiting for my patch to be reviewed, and for a response
regarding
Hi,
It seems when adding the relocators for ELF, I failed to notice both ELF and
a.out loaders share the same grub_multiboot_real_boot function, and hence my
code was trashing %eax.
Since this functionality is useful for the a.out loader anyway, I decided to
implement it as well. In the process
In that case, should --enable-debug be the default, or --disable-debug?
I'd prefer to disable debug as default. What do others think?
It only creates extra files in the build, unless something
is done with them? It's not the /boot or core.img getting
expanded here. Also, if users need deb
24 matches
Mail list logo