Implement grub_file tool and use it to implement generating of config
in separate root.
This commit is contained in:
parent
296f76068d
commit
ec824e0f2a
26 changed files with 1113 additions and 122 deletions
5
grub-core/commands/file32.c
Normal file
5
grub-core/commands/file32.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define GRUB_TARGET_WORDSIZE 32
|
||||
#define XX 32
|
||||
#define ehdrXX ehdr32
|
||||
#define grub_file_check_netbsdXX grub_file_check_netbsd32
|
||||
#include "fileXX.c"
|
Loading…
Add table
Add a link
Reference in a new issue