grub-devel
[Top][All Lists]
Advanced

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

[PATCH] Not command (!) support for GRUB script


From: BVK Chaitanya
Subject: [PATCH] Not command (!) support for GRUB script
Date: Sun, 5 Sep 2010 15:14:17 +0530

Hi,


Attached patch adds "not" command (!) support to GRUB script.  Adding
this feature to GRUB script core, interestingly, *reduced* normal.mod
size by a few bytes :)  This is because I removed special handling of
"!" character from flex's lexical analyzer.  It seems we can save
2-3KB further by removing unnecessary regex rules ino
grub-core/script/yylex.l, but we can revisit it later when normal.mod
size really becomes critical.



bvk.chaitanya

Attachment: not-cmd.patch
Description: Text Data


reply via email to

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