Move grub_disk_write out of kernel into disk.mod.
This commit is contained in:
parent
04dea7e6c2
commit
442b86de32
8 changed files with 259 additions and 189 deletions
|
@ -9,6 +9,7 @@ library = {
|
|||
common = grub-core/kern/command.c;
|
||||
common = grub-core/kern/device.c;
|
||||
common = grub-core/kern/disk.c;
|
||||
common = grub-core/lib/disk.c;
|
||||
common = util/getroot.c;
|
||||
common = grub-core/osdep/unix/getroot.c;
|
||||
common = grub-core/osdep/getroot.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue