grub-devel
[Top][All Lists]
Advanced

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

[PATCH] Split of normal mode (version 2)


From: Bean
Subject: [PATCH] Split of normal mode (version 2)
Date: Tue, 31 Mar 2009 01:41:14 +0800

Hi,

This new patch make some changes based on the discussion of previous patch.

1, Move script engine to script/sh (sh.mod)
2, Move generic menu code to menu (menu.mod)
3, Move text menu viewer to menu/text (textmenu.mod)
4, Move misc function to lib (misc.mod)
5, Move setjmp to lib (setjmp.mod)

Now normal.mod only contains the reader code. To configure script
engine and viewer, you should add these lines at the beginning of
grub.cfg:

insmod sh
handler parser sh
insmod textmenu

-- 
Bean

Attachment: split_2.zip
Description: Zip archive


reply via email to

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