Standalone problem to test syntax rules

2007-07-03 Thread Bean
Hi, I have written a small problem to test my parse.y, to compile, use the following commands: bison -d -p grub_script_yy -b grub_script parser.y gcc -oparser parser.c lexer.c grub_script.tab.c After compilation, run parser ./parser Just enter the commands after '##', and the syntax tree asso

Re: Standalone problem to test syntax rules

2007-07-03 Thread Bean
I forget to include the attachment. Here is it. -- Bean parser.tar.gz Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: CD-ROM booting staus update

2007-07-03 Thread Alex Roman
On 28/06/07, Alex Roman <[EMAIL PROTECTED]> wrote: That being said, I will clean up the code I have so far and send it as a patch for review ASAP (tonight or tomorrow latest)... I've cleaned up the code and created a patch which will enable allow booting from the first CD-ROM on a system. This

can not get GRUB2 to work via serial ttya

2007-07-03 Thread Dennis Clarke
- Original Message - Subject: can not get GRUB2 to work via serial ttya From:"Dennis Clarke" <[EMAIL PROTECTED]> Date:Wed, July 4, 2007 00:28 To: grub-devel@gnu.org ---