19 lines
704 B
Text
19 lines
704 B
Text
|
2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||
|
|
||
|
grub-emu module load support.
|
||
|
|
||
|
* Makefile.in (TARGET_NO_MODULES): New variable. All users of
|
||
|
NO_DYNAMIC_MODULES switched to this.
|
||
|
(TARGET_CFLAGS): Add -DGRUB_TARGET_NO_MODULES=1 if applicable.
|
||
|
(CFLAGS): Likewise.
|
||
|
* conf/any-emu.rmk: Generate symlist.
|
||
|
* configure.ac (grub-emu-modules): New option.
|
||
|
* genmk.rb: Handle multiple source lists.
|
||
|
* genmoddep.awk: Output all undefined symbols.
|
||
|
* include/grub/sdl.h: New file.
|
||
|
* util/grub-emu.c (main): Hanle (host) root.
|
||
|
* util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Error with
|
||
|
GRUB_ERR_UNKNOWN_DEVICE.
|
||
|
* util/misc.c: Move mm functions to ...
|
||
|
* util/mm.c: ... here. All users updated.
|