2005-07-03 Yoshinori Okuji <okuji@enbug.org>
* DISTLIST: Added genfslist.sh. * normal/main.c (fs_module_list): New variable. (autoload_fs_module): New function. (read_fs_list): Likewise. (grub_normal_execute): Call read_fs_list. * kern/fs.c (grub_fs_autoload_hook): New variable. (grub_fs_probe): Added support for auto-loading. * include/grub/normal.h (struct grub_fs_module_list): New struct. (grub_fs_module_list_t): New type. * include/grub/fs.h (grub_fs_autoload_hook_t): New type. (grub_fs_autoload_hook): New prototype. * genfslist.sh: New file. * genmk.rb: Added a rule to generate a filesystem list.
This commit is contained in:
parent
121c1d832e
commit
39c9d41d2a
10 changed files with 663 additions and 84 deletions
1
DISTLIST
1
DISTLIST
|
@ -17,6 +17,7 @@ configure
|
|||
configure.ac
|
||||
gencmdlist.sh
|
||||
gendistlist.sh
|
||||
genfslist.sh
|
||||
genkernsyms.sh
|
||||
genmk.rb
|
||||
genmodsrc.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue