grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Split #2: parser/reader separation


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH] Split #2: parser/reader separation
Date: Sun, 26 Apr 2009 17:50:57 +0200

Hello this patch breaksĀ  grub-emu. Also some files include grub/rescue.h and this has to be fixed.
Also there is a bug is that in case of syntax error reader continues to ask for more lines. E.g
grub> if
>;
syntax error
>
Then it's impossible to exit from this "bug mode". It's not your fault but since you touch this code could you fix this?
This patch increases the size of kernel by 504 bytes and the size of core.img by 224 bytes. Is there a way to do the same thing in a more compact way?
Also it would be good to write the current parser in "grub>" prompt (not necessary for rescue prompt)

On Sat, Apr 11, 2009 at 6:36 PM, Bean <address@hidden> wrote:
Hi,

This patch moves the parser from normal.mod to script/sh, it also
split rescue mode to rescue_reader and rescue_parser.

dynamic command support and auto fs loader is moved to standalone
source file normal/dyncmd.c and normal/autofs.c.

--
Bean

_______________________________________________
Grub-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/grub-devel




--
Regards
Vladimir 'phcoder' Serbinenko

reply via email to

[Prev in Thread] Current Thread [Next in Thread]