forked from rhboot/grub2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2005-09-28 Marco Gerards <[email protected]>
Adds support for the XFS filesystem. Btrees are not supported yet. * fs/xfs.c: New file. * DISTLIST: Added `fs/xfs.c'. * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'. (grub_probefs_SOURCES): Likewise. (grub_emu_SOURCES): Likewise. (pkgdata_MODULES): Add `xfs.mod'. (xfs_mod_SOURCES): New variable. (xfs_mod_CFLAGS): Likewise. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'. (pkgdata_MODULES): Add `xfs.mod'. (xfs_mod_SOURCES): New variable. (xfs_mod_CFLAGS): Likewise. * util/grub-emu.c (main): Call `grub_xfs_init' and `grub_xfs_fini'. * include/grub/fs.h (grub_xfs_init): New prototype. (grub_xfs_fini): Likewise.
- Loading branch information
marco_g
committed
Sep 28, 2005
1 parent
83d37a6
commit b2499b2
Showing
9 changed files
with
898 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
2005-09-28 Marco Gerards <[email protected]> | ||
|
||
Adds support for the XFS filesystem. Btrees are not supported | ||
yet. | ||
|
||
* fs/xfs.c: New file. | ||
|
||
* DISTLIST: Added `fs/xfs.c'. | ||
|
||
* conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'. | ||
(grub_probefs_SOURCES): Likewise. | ||
(grub_emu_SOURCES): Likewise. | ||
(pkgdata_MODULES): Add `xfs.mod'. | ||
(xfs_mod_SOURCES): New variable. | ||
(xfs_mod_CFLAGS): Likewise. | ||
|
||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'. | ||
(pkgdata_MODULES): Add `xfs.mod'. | ||
(xfs_mod_SOURCES): New variable. | ||
(xfs_mod_CFLAGS): Likewise. | ||
|
||
* util/grub-emu.c (main): Call `grub_xfs_init' and | ||
`grub_xfs_fini'. | ||
|
||
* include/grub/fs.h (grub_xfs_init): New prototype. | ||
(grub_xfs_fini): Likewise. | ||
|
||
|
||
2005-09-18 Vesa Jaaskelainen <[email protected]> | ||
|
||
* video/i386/pc/vbe.c (grub_vbe_set_video_mode): In indexed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.