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 <bean12...@gmail.com> 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
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>


-- 
Regards
Vladimir 'phcoder' Serbinenko
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to