2008-01-21 Robert Millan <rmh@aybabtu.com>
* disk/memdisk.c (memdisk_size): New variable. (grub_memdisk_open): Replace grub_arch_memdisk_size() call with `memdisk_size'. (grub_memdisk_init): Initialize `memdisk_size'. Reallocate memdisk image to dynamic memory. (grub_memdisk_fini): Replace grub_arch_memdisk_size() call with `memdisk_size'. Free memdisk block.
This commit is contained in:
parent
1a8b05264d
commit
f970b55e43
2 changed files with 28 additions and 5 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-01-21 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* disk/memdisk.c (memdisk_size): New variable.
|
||||
(grub_memdisk_open): Replace grub_arch_memdisk_size() call with
|
||||
`memdisk_size'.
|
||||
(grub_memdisk_init): Initialize `memdisk_size'. Reallocate memdisk
|
||||
image to dynamic memory.
|
||||
(grub_memdisk_fini): Replace grub_arch_memdisk_size() call with
|
||||
`memdisk_size'. Free memdisk block.
|
||||
|
||||
2008-01-21 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Fix detection of very small filesystems (like tar).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue