* who want money????
@ 2008-01-31 21:53 gilberto
2008-01-31 22:18 ` Robert Millan
0 siblings, 1 reply; 14+ messages in thread
From: gilberto @ 2008-01-31 21:53 UTC (permalink / raw)
To: The development of GRUB 2
I will pay U$ 2500,00 to who resolve bellow!!
I will put money in your account!! But now, help me!!
I don't know the code of the GRUB I need instructions to find the things
there.My objective is simply I need take the value of the adreess memory
0x000ffa17 and make a verication with this value is 0x01 or not!! After
that I will load the menu.lst or menu2.lst, I need make only this, but
anybody answer my question. It's urgent. I necessary I will pay or not.
Depend of you!
Please don't me send things with this:
Here's your help:
http://catb.org/~esr/faqs/smart-questions.html#urgent
ohohoho!!!
This is smart question, Where I would make a question about grub??? Are
There better place of here???? With my mother is impossible!!!
Regards
Gilberto
> If, your list email didn't know help me! Who will know?????
> Again I have the problem bellow it' impossible anybody know about this.
> It's very simply to you. To me is very hard make this alone.
> I need only make the value of the adress in memory and verify is correct
> and load menu.lst ou menu2.lst.
>
> EIHMMMMMMMMMMM! Answer anything useful to me.
>
> I NEED HELP!!!
> I said if necessary will pay without injury to GNU.
>
> Gilberto
>
>
>
>> On Wed, Jan 30, 2008 at 12:10:44AM -0200, gilberto@sistemafenix.com.br
>> wrote:
>>> Hi, comunity of GNU Linux, Robert please see my idea about my problem:
>>> This file is builtins.c line 3974 more less. I add more commands.
>>> I set variable localiza to adress 0x000ffa17 , I am not sure but I
>>> think
>>> the function grub_sprintf, read the menu.lst if it is true I made the
>>> condicional expression to verify the variable localiza, depend of the
>>> value if read menu.lst or menu2.lst this form I can load the linux gnu
>>> system or other system. Depended of the value of the variable localiza.
>>> It
>>> is correct???
>>>
>>> localiza=0x000ffa17;
>>> grub_printf ("Endereço de 0x000ffa17\"contem= %d\"... ", *localiza);
>>> if ( *localiza == 0 )
>>> grub_sprintf (config_filename, "%s%s", prefix, "/menu.lst");
>>> else
>>> grub_sprintf (config_filename, "%s%s", prefix, "/menuw.lst");
>>
>> Sorry I can't tell. I don't see any obvious mistakes in this code, but
>> I'm
>> only familiar with GRUB 2. Try switching to that. It'll also make it
>> easier
>> to debug your problem (since you can poke at variables in rescue mode,
>> etc).
>>
>> --
>> Robert Millan
>>
>> <GPLv2> I know my rights; I want my phone call!
>> <DRM> What use is a phone call⦠if you are unable to speak?
>> (as seen on /.)
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: who want money????
2008-01-31 21:53 who want money???? gilberto
@ 2008-01-31 22:18 ` Robert Millan
2008-01-31 22:35 ` Pavel Roskin
2008-01-31 22:39 ` gilberto
0 siblings, 2 replies; 14+ messages in thread
From: Robert Millan @ 2008-01-31 22:18 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Jan 31, 2008 at 07:53:51PM -0200, gilberto@sistemafenix.com.br wrote:
>
> I don't know the code of the GRUB I need instructions to find the things
> there.My objective is simply I need take the value of the adreess memory
> 0x000ffa17 and make a verication with this value is 0x01 or not!! After
> that I will load the menu.lst or menu2.lst, I need make only this, but
> anybody answer my question. It's urgent. I necessary I will pay or not.
> Depend of you!
I think I told you. What's the problem?
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: who want money????
2008-01-31 22:18 ` Robert Millan
@ 2008-01-31 22:35 ` Pavel Roskin
2008-01-31 22:55 ` Robert Millan
2008-02-01 11:46 ` Yoshinori K. Okuji
2008-01-31 22:39 ` gilberto
1 sibling, 2 replies; 14+ messages in thread
From: Pavel Roskin @ 2008-01-31 22:35 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, 2008-01-31 at 23:18 +0100, Robert Millan wrote:
> On Thu, Jan 31, 2008 at 07:53:51PM -0200, gilberto@sistemafenix.com.br wrote:
> >
> > I don't know the code of the GRUB I need instructions to find the things
> > there.My objective is simply I need take the value of the adreess memory
> > 0x000ffa17 and make a verication with this value is 0x01 or not!! After
> > that I will load the menu.lst or menu2.lst, I need make only this, but
> > anybody answer my question. It's urgent. I necessary I will pay or not.
> > Depend of you!
>
> I think I told you. What's the problem?
You may want to copy the message to the personal address.
I guess the mailing list needs to be reconfigured to stop rewriting
Reply-to, as recommended here:
http://www.unicom.com/pw/reply-to-harmful.html
My webmail honors the "reply to all" button, but Evolution honors
"reply-to", and it's quite possible that Evolution is more standard
compliant.
If I have a suspicion that the original author is not subscribed, I add
the personal address to cc:, but it's easy to forget.
The reply-to setting is here (password protected):
http://lists.gnu.org/mailman/admin/grub-devel
Of course, it's possible that the poster just wants more personal
attention. Then it's a pretty good deal :-)
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: who want money????
2008-01-31 22:35 ` Pavel Roskin
@ 2008-01-31 22:55 ` Robert Millan
2008-02-01 11:46 ` Yoshinori K. Okuji
1 sibling, 0 replies; 14+ messages in thread
From: Robert Millan @ 2008-01-31 22:55 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Jan 31, 2008 at 05:35:24PM -0500, Pavel Roskin wrote:
> On Thu, 2008-01-31 at 23:18 +0100, Robert Millan wrote:
> > On Thu, Jan 31, 2008 at 07:53:51PM -0200, gilberto@sistemafenix.com.br wrote:
> > >
> > > I don't know the code of the GRUB I need instructions to find the things
> > > there.My objective is simply I need take the value of the adreess memory
> > > 0x000ffa17 and make a verication with this value is 0x01 or not!! After
> > > that I will load the menu.lst or menu2.lst, I need make only this, but
> > > anybody answer my question. It's urgent. I necessary I will pay or not.
> > > Depend of you!
> >
> > I think I told you. What's the problem?
>
> You may want to copy the message to the personal address.
Actually, he replied to that mail.
> I guess the mailing list needs to be reconfigured to stop rewriting
> Reply-to, as recommended here:
> http://www.unicom.com/pw/reply-to-harmful.html
Completely agreed. Okuji, what do you think?
> If I have a suspicion that the original author is not subscribed, I add
> the personal address to cc:, but it's easy to forget.
If he wasn't subscribed, he wouldn't be able to post!
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: who want money????
2008-01-31 22:35 ` Pavel Roskin
2008-01-31 22:55 ` Robert Millan
@ 2008-02-01 11:46 ` Yoshinori K. Okuji
1 sibling, 0 replies; 14+ messages in thread
From: Yoshinori K. Okuji @ 2008-02-01 11:46 UTC (permalink / raw)
To: The development of GRUB 2
On Thursday 31 January 2008 23:35, Pavel Roskin wrote:
> > I think I told you. What's the problem?
>
> You may want to copy the message to the personal address.
>
> I guess the mailing list needs to be reconfigured to stop rewriting
> Reply-to, as recommended here:
> http://www.unicom.com/pw/reply-to-harmful.html
The author is a typical clever person who assumes that everybody should
migrate to a good mailer. It's too different from the reality.
> My webmail honors the "reply to all" button, but Evolution honors
> "reply-to", and it's quite possible that Evolution is more standard
> compliant.
Not really. No RFC defines what a mail user agent _must_ do with "reply to
all". If I am wrong, let me know.
> If I have a suspicion that the original author is not subscribed, I add
> the personal address to cc:, but it's easy to forget.
>
> The reply-to setting is here (password protected):
> http://lists.gnu.org/mailman/admin/grub-devel
>
> Of course, it's possible that the poster just wants more personal
> attention. Then it's a pretty good deal :-)
My policy is that Reply-To should be set to a mailing list, if it is a
member-only list, where there is no reason to send a reply to individuals. I
do this, because I frequently observe that people respond to from addresses
when Reply-To is not set. From my point of view, the harm is bigger when not
set.
Okuji
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: who want money????
2008-01-31 22:18 ` Robert Millan
2008-01-31 22:35 ` Pavel Roskin
@ 2008-01-31 22:39 ` gilberto
2008-01-31 22:54 ` Robert Millan
1 sibling, 1 reply; 14+ messages in thread
From: gilberto @ 2008-01-31 22:39 UTC (permalink / raw)
To: The development of GRUB 2
Could You this rotine in grub2 to me? It´s a bussiness proposal to you!
If you can't make its. What is the better way?
> On Thu, Jan 31, 2008 at 07:53:51PM -0200, gilberto@sistemafenix.com.br
> wrote:
>>
>> I don't know the code of the GRUB I need instructions to find the things
>> there.My objective is simply I need take the value of the adreess memory
>> 0x000ffa17 and make a verication with this value is 0x01 or not!! After
>> that I will load the menu.lst or menu2.lst, I need make only this, but
>> anybody answer my question. It's urgent. I necessary I will pay or not.
>> Depend of you!
>
> I think I told you. What's the problem?
>
> --
> Robert Millan
>
> <GPLv2> I know my rights; I want my phone call!
> <DRM> What use is a phone call⦠if you are unable to speak?
> (as seen on /.)
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: who want money????
2008-01-31 22:39 ` gilberto
@ 2008-01-31 22:54 ` Robert Millan
2008-01-31 23:57 ` gilberto
2008-02-01 0:05 ` Gilberto -Problem Grub2 compilation gilberto
0 siblings, 2 replies; 14+ messages in thread
From: Robert Millan @ 2008-01-31 22:54 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Jan 31, 2008 at 08:39:07PM -0200, gilberto@sistemafenix.com.br wrote:
> Could You this rotine in grub2 to me? It´s a bussiness proposal to you!
> If you can't make its. What is the better way?
I think I told you before, but here it goes again:
diff -ur grub2.old/kern/i386/pc/init.c grub2/kern/i386/pc/init.c
--- grub2.old/kern/i386/pc/init.c 2008-01-23 12:25:52.000000000 +0100
+++ grub2/kern/i386/pc/init.c 2008-01-31 23:53:03.000000000 +0100
@@ -229,6 +229,11 @@
}
else
grub_mm_init_region ((void *) mem_regions[i].addr, mem_regions[i].size);
+
+ if (*((grub_uint8_t *) 0x000ffa17))
+ grub_env_set ("default", "1");
+ else
+ grub_env_set ("default", "0");
if (! grub_os_area_addr)
grub_fatal ("no upper memory");
Then just add two menuentries, and grub will pick the default depending on
the value in that memory position.
Btw, if you don't mind me asking, what is this for?
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: who want money????
2008-01-31 22:54 ` Robert Millan
@ 2008-01-31 23:57 ` gilberto
2008-02-01 0:05 ` Gilberto -Problem Grub2 compilation gilberto
1 sibling, 0 replies; 14+ messages in thread
From: gilberto @ 2008-01-31 23:57 UTC (permalink / raw)
To: The development of GRUB 2
Hi, thank you by reply my email. I made the download of the source with
grub2 and I will compile now with your suggests. If I understand this code
it's has the capabity of the load automatic the correct option in Grub2 I
will compile now!! Please wait !!! One few moments!!!
Gilberto
> On Thu, Jan 31, 2008 at 08:39:07PM -0200, gilberto@sistemafenix.com.br
> wrote:
>> Could You this rotine in grub2 to me? It´s a bussiness proposal to you!
>> If you can't make its. What is the better way?
>
> I think I told you before, but here it goes again:
>
> diff -ur grub2.old/kern/i386/pc/init.c grub2/kern/i386/pc/init.c
> --- grub2.old/kern/i386/pc/init.c 2008-01-23 12:25:52.000000000
> +0100
> +++ grub2/kern/i386/pc/init.c 2008-01-31 23:53:03.000000000 +0100
> @@ -229,6 +229,11 @@
> }
> else
> grub_mm_init_region ((void *) mem_regions[i].addr,
> mem_regions[i].size);
> +
> + if (*((grub_uint8_t *) 0x000ffa17))
> + grub_env_set ("default", "1");
> + else
> + grub_env_set ("default", "0");
>
> if (! grub_os_area_addr)
> grub_fatal ("no upper memory");
>
> Then just add two menuentries, and grub will pick the default depending on
> the value in that memory position.
>
> Btw, if you don't mind me asking, what is this for?
>
> --
> Robert Millan
>
> <GPLv2> I know my rights; I want my phone call!
> <DRM> What use is a phone call⦠if you are unable to speak?
> (as seen on /.)
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread* Gilberto -Problem Grub2 compilation
2008-01-31 22:54 ` Robert Millan
2008-01-31 23:57 ` gilberto
@ 2008-02-01 0:05 ` gilberto
2008-02-01 0:13 ` gilberto
2008-02-01 0:14 ` gilberto
1 sibling, 2 replies; 14+ messages in thread
From: gilberto @ 2008-02-01 0:05 UTC (permalink / raw)
To: The development of GRUB 2
Hi, Robert I try make the compilation I installed some libs
and the .config is ok!
but there are some wrongs bellow:
util/console.c: In function 'grub_ncurses_setcursor':
util/console.c:256: warning: implicit declaration of function 'curs_set'
util/console.c: In function 'grub_ncurses_init':
util/console.c:268: warning: implicit declaration of function 'initscr'
util/console.c:269: warning: implicit declaration of function 'raw'
util/console.c:270: warning: implicit declaration of function 'noecho'
util/console.c:271: warning: implicit declaration of function 'scrollok'
util/console.c:271: error: 'stdscr' undeclared (first use in this function)
util/console.c:271: error: 'TRUE' undeclared (first use in this function)
util/console.c:273: warning: implicit declaration of function 'nonl'
util/console.c:274: warning: implicit declaration of function 'intrflush'
util/console.c:274: error: 'FALSE' undeclared (first use in this function)
util/console.c:275: warning: implicit declaration of function 'keypad'
util/console.c:276: warning: implicit declaration of function 'start_color'
util/console.c: In function 'grub_ncurses_fini':
util/console.c:284: warning: implicit declaration of function 'endwin'
make: ** [grub_emu-util_console.o] Erro 1
my system is FeniX based debian testing
uhmm!! What is the problem??
Thanks
Gilberto
> On Thu, Jan 31, 2008 at 08:39:07PM -0200, gilberto@sistemafenix.com.br
> wrote:
>> Could You this rotine in grub2 to me? It´s a bussiness proposal to you!
>> If you can't make its. What is the better way?
>
> I think I told you before, but here it goes again:
>
> diff -ur grub2.old/kern/i386/pc/init.c grub2/kern/i386/pc/init.c
> --- grub2.old/kern/i386/pc/init.c 2008-01-23 12:25:52.000000000
> +0100
> +++ grub2/kern/i386/pc/init.c 2008-01-31 23:53:03.000000000 +0100
> @@ -229,6 +229,11 @@
> }
> else
> grub_mm_init_region ((void *) mem_regions[i].addr,
> mem_regions[i].size);
> +
> + if (*((grub_uint8_t *) 0x000ffa17))
> + grub_env_set ("default", "1");
> + else
> + grub_env_set ("default", "0");
>
> if (! grub_os_area_addr)
> grub_fatal ("no upper memory");
>
> Then just add two menuentries, and grub will pick the default depending on
> the value in that memory position.
>
> Btw, if you don't mind me asking, what is this for?
>
> --
> Robert Millan
>
> <GPLv2> I know my rights; I want my phone call!
> <DRM> What use is a phone call⦠if you are unable to speak?
> (as seen on /.)
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: Gilberto -Problem Grub2 compilation
2008-02-01 0:05 ` Gilberto -Problem Grub2 compilation gilberto
@ 2008-02-01 0:13 ` gilberto
2008-02-01 0:52 ` Robert Millan
2008-02-01 0:14 ` gilberto
1 sibling, 1 reply; 14+ messages in thread
From: gilberto @ 2008-02-01 0:13 UTC (permalink / raw)
To: The development of GRUB 2
People already can resolv the problem with compilatin. I only need
libncurses5-dev
Thanks
> Hi, Robert I try make the compilation I installed some libs
> and the .config is ok!
> but there are some wrongs bellow:
>
> util/console.c: In function 'grub_ncurses_setcursor':
> util/console.c:256: warning: implicit declaration of function 'curs_set'
> util/console.c: In function 'grub_ncurses_init':
> util/console.c:268: warning: implicit declaration of function 'initscr'
> util/console.c:269: warning: implicit declaration of function 'raw'
> util/console.c:270: warning: implicit declaration of function 'noecho'
> util/console.c:271: warning: implicit declaration of function 'scrollok'
> util/console.c:271: error: 'stdscr' undeclared (first use in this
> function)
> util/console.c:271: error: 'TRUE' undeclared (first use in this function)
> util/console.c:273: warning: implicit declaration of function 'nonl'
> util/console.c:274: warning: implicit declaration of function 'intrflush'
> util/console.c:274: error: 'FALSE' undeclared (first use in this function)
> util/console.c:275: warning: implicit declaration of function 'keypad'
> util/console.c:276: warning: implicit declaration of function
> 'start_color'
> util/console.c: In function 'grub_ncurses_fini':
> util/console.c:284: warning: implicit declaration of function 'endwin'
> make: ** [grub_emu-util_console.o] Erro 1
>
> my system is FeniX based debian testing
>
> uhmm!! What is the problem??
>
> Thanks
> Gilberto
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> On Thu, Jan 31, 2008 at 08:39:07PM -0200, gilberto@sistemafenix.com.br
>> wrote:
>>> Could You this rotine in grub2 to me? It´s a bussiness proposal to
>>> you!
>>> If you can't make its. What is the better way?
>>
>> I think I told you before, but here it goes again:
>>
>> diff -ur grub2.old/kern/i386/pc/init.c grub2/kern/i386/pc/init.c
>> --- grub2.old/kern/i386/pc/init.c 2008-01-23 12:25:52.000000000
>> +0100
>> +++ grub2/kern/i386/pc/init.c 2008-01-31 23:53:03.000000000 +0100
>> @@ -229,6 +229,11 @@
>> }
>> else
>> grub_mm_init_region ((void *) mem_regions[i].addr,
>> mem_regions[i].size);
>> +
>> + if (*((grub_uint8_t *) 0x000ffa17))
>> + grub_env_set ("default", "1");
>> + else
>> + grub_env_set ("default", "0");
>>
>> if (! grub_os_area_addr)
>> grub_fatal ("no upper memory");
>>
>> Then just add two menuentries, and grub will pick the default depending
>> on
>> the value in that memory position.
>>
>> Btw, if you don't mind me asking, what is this for?
>>
>> --
>> Robert Millan
>>
>> <GPLv2> I know my rights; I want my phone call!
>> <DRM> What use is a phone call⦠if you are unable to speak?
>> (as seen on /.)
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: Gilberto -Problem Grub2 compilation
2008-02-01 0:13 ` gilberto
@ 2008-02-01 0:52 ` Robert Millan
2008-02-01 1:20 ` gilberto
0 siblings, 1 reply; 14+ messages in thread
From: Robert Millan @ 2008-02-01 0:52 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Jan 31, 2008 at 10:13:18PM -0200, gilberto@sistemafenix.com.br wrote:
> People already can resolv the problem with compilatin. I only need
> libncurses5-dev
Does it work now?
Anyway, you don't have to build with --enable-grub-emu, that's an optional
feature.
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Gilberto -Problem Grub2 compilation
2008-02-01 0:52 ` Robert Millan
@ 2008-02-01 1:20 ` gilberto
2008-02-01 11:51 ` Robert Millan
0 siblings, 1 reply; 14+ messages in thread
From: gilberto @ 2008-02-01 1:20 UTC (permalink / raw)
To: The development of GRUB 2
oot@fenix:/etc/apt# grub-install /dev/hda
cannot find a GRUB drive for /dev/ide/host0/bus0/target0/lun0/part4.
Auto-detection of a filesystem module failed.
Please specify the module with the option `--modules' explicitly.
Report bugs to <bug-grub@gnu.org>.
root@fenix:/etc/apt# grub-install --modules=ext3 /dev/hda
cannot find a GRUB drive for /dev/ide/host0/bus0/target0/lun0/part4.
grub-mkimage: error: cannot stat /usr/local/lib/grub/i386-pc/ext3.mod
Why happen this?
It's strange!!
Regards
Gilberto
On Thu, Jan 31, 2008 at 10:13:18PM -0200, gilberto@sistemafenix.com.br
> wrote:
>> People already can resolv the problem with compilatin. I only need
>> libncurses5-dev
>
> Does it work now?
>
> Anyway, you don't have to build with --enable-grub-emu, that's an optional
> feature.
>
> --
> Robert Millan
>
> <GPLv2> I know my rights; I want my phone call!
> <DRM> What use is a phone call⦠if you are unable to speak?
> (as seen on /.)
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Gilberto -Problem Grub2 compilation
2008-02-01 0:05 ` Gilberto -Problem Grub2 compilation gilberto
2008-02-01 0:13 ` gilberto
@ 2008-02-01 0:14 ` gilberto
1 sibling, 0 replies; 14+ messages in thread
From: gilberto @ 2008-02-01 0:14 UTC (permalink / raw)
To: The development of GRUB 2
People already can resolve the problem with compilatin. I only need
libncurses5-dev
Robert will send report to you. And I will make pay in your accont if this
will be correct!! It's serius!
Thanks again!!
Gilberto
> Hi, Robert I try make the compilation I installed some libs
> and the .config is ok!
> but there are some wrongs bellow:
>
> util/console.c: In function 'grub_ncurses_setcursor':
> util/console.c:256: warning: implicit declaration of function 'curs_set'
> util/console.c: In function 'grub_ncurses_init':
> util/console.c:268: warning: implicit declaration of function 'initscr'
> util/console.c:269: warning: implicit declaration of function 'raw'
> util/console.c:270: warning: implicit declaration of function 'noecho'
> util/console.c:271: warning: implicit declaration of function 'scrollok'
> util/console.c:271: error: 'stdscr' undeclared (first use in this
> function)
> util/console.c:271: error: 'TRUE' undeclared (first use in this function)
> util/console.c:273: warning: implicit declaration of function 'nonl'
> util/console.c:274: warning: implicit declaration of function 'intrflush'
> util/console.c:274: error: 'FALSE' undeclared (first use in this function)
> util/console.c:275: warning: implicit declaration of function 'keypad'
> util/console.c:276: warning: implicit declaration of function
> 'start_color'
> util/console.c: In function 'grub_ncurses_fini':
> util/console.c:284: warning: implicit declaration of function 'endwin'
> make: ** [grub_emu-util_console.o] Erro 1
>
> my system is FeniX based debian testing
>
> uhmm!! What is the problem??
>
> Thanks
> Gilberto
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> On Thu, Jan 31, 2008 at 08:39:07PM -0200, gilberto@sistemafenix.com.br
>> wrote:
>>> Could You this rotine in grub2 to me? It´s a bussiness proposal to
>>> you!
>>> If you can't make its. What is the better way?
>>
>> I think I told you before, but here it goes again:
>>
>> diff -ur grub2.old/kern/i386/pc/init.c grub2/kern/i386/pc/init.c
>> --- grub2.old/kern/i386/pc/init.c 2008-01-23 12:25:52.000000000
>> +0100
>> +++ grub2/kern/i386/pc/init.c 2008-01-31 23:53:03.000000000 +0100
>> @@ -229,6 +229,11 @@
>> }
>> else
>> grub_mm_init_region ((void *) mem_regions[i].addr,
>> mem_regions[i].size);
>> +
>> + if (*((grub_uint8_t *) 0x000ffa17))
>> + grub_env_set ("default", "1");
>> + else
>> + grub_env_set ("default", "0");
>>
>> if (! grub_os_area_addr)
>> grub_fatal ("no upper memory");
>>
>> Then just add two menuentries, and grub will pick the default depending
>> on
>> the value in that memory position.
>>
>> Btw, if you don't mind me asking, what is this for?
>>
>> --
>> Robert Millan
>>
>> <GPLv2> I know my rights; I want my phone call!
>> <DRM> What use is a phone call⦠if you are unable to speak?
>> (as seen on /.)
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2008-02-01 11:54 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31 21:53 who want money???? gilberto
2008-01-31 22:18 ` Robert Millan
2008-01-31 22:35 ` Pavel Roskin
2008-01-31 22:55 ` Robert Millan
2008-02-01 11:46 ` Yoshinori K. Okuji
2008-01-31 22:39 ` gilberto
2008-01-31 22:54 ` Robert Millan
2008-01-31 23:57 ` gilberto
2008-02-01 0:05 ` Gilberto -Problem Grub2 compilation gilberto
2008-02-01 0:13 ` gilberto
2008-02-01 0:52 ` Robert Millan
2008-02-01 1:20 ` gilberto
2008-02-01 11:51 ` Robert Millan
2008-02-01 0:14 ` gilberto
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.