No description
2a9525e6c3
* conf/i386-pc.rmk (grub_setup_SOURCES, grub_emu_SOURCES): Regroup to make all filesystem sources appear together (possibly fixing omissions while at it). * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise. * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise. * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise. * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise. Additionally, add `kern/file.c'. * conf/i386-efi.rmk (grub_probe_SOURCES): Likewise. * conf/i386-ieee1275.rmk (grub_probe_SOURCES): Likewise. * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Likewise. * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Likewise. * util/grub-probe.c: Include `<grub/file.h>' and `<sys/stat.h>'. (probe): Add a sanity check to make sure of our ability to read requested files when probing for filesystem type. * genmk.rb: Update copyright year (2007). * include/grub/fs.h (grub_fat_init, grub_fat_fini, grub_ext2_init) (grub_ext2_fini, grub_ufs_init, grub_ufs_fini, grub_minix_init) (grub_minix_fini, grub_hfs_init, grub_hfs_fini, grub_jfs_init) (grub_jfs_fini, grub_xfs_init, grub_xfs_fini, grub_affs_init) (grub_affs_fini, grub_sfs_init, grub_sfs_fini, grub_iso9660_init) : Remove function prototypes. |
||
---|---|---|
boot/i386/pc | ||
commands | ||
conf | ||
disk | ||
font | ||
fs | ||
hello | ||
include | ||
io | ||
kern | ||
loader | ||
normal | ||
partmap | ||
term | ||
util | ||
video | ||
.cvsignore | ||
aclocal.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
DISTLIST | ||
gencmdlist.sh | ||
gendistlist.sh | ||
genfslist.sh | ||
geninit.sh | ||
geninitheader.sh | ||
genkernsyms.sh.in | ||
genmk.rb | ||
genmoddep.awk | ||
genmodsrc.sh | ||
gensymlist.sh.in | ||
INSTALL | ||
install-sh | ||
Makefile.in | ||
mkinstalldirs | ||
NEWS | ||
README | ||
stamp-h.in | ||
THANKS | ||
TODO |
This is GRUB 2, the second version of the GRand Unified Bootloader. GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more robust, more powerful, and more portable. See the file NEWS for a description of recent changes to GRUB 2. See the file INSTALL for instructions on how to build and install the GRUB 2 data and program files. Please visit the official web page of GRUB 2, for more information. The URL is <http://www.gnu.org/software/grub/grub.html>. For now, there is not much documentation yet. Please look at the GRUB Wiki <http://grub.enbug.org> for testing procedures.