2005-02-21 Vincent Pelletier <subdino2004@yahoo.fr>
* conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'. (grub_emu_SOURCES): Likewise. (pkgdata_MODULES): Add `sun.mod'. (sun_mod_SOURCES, sun_mod_CFLAGS): New variables. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `partmap/sun.c'. (pkgdata_MODULES): Add `sun.mod'. (sun_mod_SOURCES, sun_mod_CFLAGS): New variables. * include/grub/partition.h (grub_sun_partition_map_init): New prototype. (grub_sun_partition_map_fini): Likewise. * partmap/sun.c: New file. * util/grub-emu.c (main): Initialize and de-initialize the sun partitionmap support.
This commit is contained in:
parent
4d4e372ebd
commit
4ed2e1dd1c
8 changed files with 392 additions and 29 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2005-02-21 Vincent Pelletier <subdino2004@yahoo.fr>
|
||||
|
||||
* conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'.
|
||||
(grub_emu_SOURCES): Likewise.
|
||||
(pkgdata_MODULES): Add `sun.mod'.
|
||||
(sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
|
||||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
|
||||
`partmap/sun.c'.
|
||||
(pkgdata_MODULES): Add `sun.mod'.
|
||||
(sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
|
||||
* include/grub/partition.h (grub_sun_partition_map_init): New
|
||||
prototype.
|
||||
(grub_sun_partition_map_fini): Likewise.
|
||||
* partmap/sun.c: New file.
|
||||
* util/grub-emu.c (main): Initialize and de-initialize the sun
|
||||
partitionmap support.
|
||||
|
||||
2005-02-19 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
This implements an Emacs-like menu entry editor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue