2009-05-13 Robert Millan <rmh.grub@aybabtu.com>

Improve warning messages for cases where there's no embedding area,
        or when it is too small (or core.img too large).
This commit is contained in:
robertmh 2009-05-13 21:13:11 +00:00
parent 667712d716
commit 59978c8ae7
2 changed files with 12 additions and 2 deletions

View file

@ -2,6 +2,8 @@
* util/i386/pc/grub-setup.c (setup): Restructure code flow to make
it easier to understand / work with.
Improve warning messages for cases where there's no embedding area,
or when it is too small (or core.img too large).
2009-05-13 Pavel Roskin <proski@gnu.org>