grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Split of the normal mode


From: Bean
Subject: Re: [PATCH] Split of the normal mode
Date: Tue, 31 Mar 2009 00:38:48 +0800

On Tue, Mar 31, 2009 at 12:22 AM, Yoshinori K. Okuji <address@hidden> wrote:
> On Tuesday 31 March 2009 00:43:01 Bean wrote:
>> Hi,
>>
>> I see the main objection here is about too many new modules, and the
>> use of script to configure boot process.
>
> I don't object to the latter any longer. Did you read my message?

Hi,

Oh sorry, I just saw your reply. It works for me, but perhaps we could
split it a little bit more:

normal.mod
sh.mod
textmenu.mod

menu.mod
misc.mod
setjmp.mod

menu.mod is for generic menu function, like menu_viewer registration, etc.

misc.mod for misc function. For example, the function to read a line
from file can be useful in other places, completion is used by menu
viewers, etc. Also combine with old crc and hexdump in lib directory.

setjmp.mod is for setjmp function. Now normal.mod don't need to use
setjmp anymore. setjmp is platform dependent. By moving it out, we can
include normal.mod in common.rmk.

-- 
Bean




reply via email to

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