2004-05-24 Marco Gerards <metgerards@student.han.nl>
Add support for UFS version 1 and 2. Add support for the minix filesystem version 1 and 2, both the variants with 14 and 30 long filenames. * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ufs.c and fs/minix.c. (grub_emu_SOURCES): Likewise. (pkgdata_MODULES): Add ufs.mod and minix.mod. (ufs_mod_SOURCES): New variable. (ufs_mod_CFLAGS): Likewise. (minix_mod_SOURCES): Likewise. (minix_mod_CFLAGS): Likewise. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ufs.c and fs/minix.c. (grubof_SOURCES): Likewise. * fs/ufs.c: New file. * fs/minix.c: New file. * include/grub/fs.h (grub_ufs_init): New prototype. (grub_ufs_fini): Likewise. (grub_minix_init): Likewise. (grub_minix_fini): Likewise. * util/grub-emu.c (main): Initialize and deinitialize UFS and minix fs.
This commit is contained in:
parent
cc2e748a08
commit
66e19ef8ba
9 changed files with 1518 additions and 23 deletions
26
ChangeLog
26
ChangeLog
|
@ -1,3 +1,29 @@
|
|||
2004-05-24 Marco Gerards <metgerards@student.han.nl>
|
||||
|
||||
Add support for UFS version 1 and 2. Add support for the minix
|
||||
filesystem version 1 and 2, both the variants with 14 and 30 long
|
||||
filenames.
|
||||
|
||||
* conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ufs.c and
|
||||
fs/minix.c.
|
||||
(grub_emu_SOURCES): Likewise.
|
||||
(pkgdata_MODULES): Add ufs.mod and minix.mod.
|
||||
(ufs_mod_SOURCES): New variable.
|
||||
(ufs_mod_CFLAGS): Likewise.
|
||||
(minix_mod_SOURCES): Likewise.
|
||||
(minix_mod_CFLAGS): Likewise.
|
||||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ufs.c and
|
||||
fs/minix.c.
|
||||
(grubof_SOURCES): Likewise.
|
||||
* fs/ufs.c: New file.
|
||||
* fs/minix.c: New file.
|
||||
* include/grub/fs.h (grub_ufs_init): New prototype.
|
||||
(grub_ufs_fini): Likewise.
|
||||
(grub_minix_init): Likewise.
|
||||
(grub_minix_fini): Likewise.
|
||||
* util/grub-emu.c (main): Initialize and deinitialize UFS and
|
||||
minix fs.
|
||||
|
||||
2004-04-30 Jeroen Dekkers <jeroen@dekkers.cx>
|
||||
|
||||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add normal/arg.c,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue