* Makefile.util.def (libgrubmods.a): Add grub-core/fs/exfat.c. * grub-core/Makefile.core.def (exfat): New module. * grub-core/fs/exfat.c: New file. * grub-core/fs/fat.c (GRUB_FAT_DIR_ENTRY_SIZE): Removed. (GRUB_FAT_ATTR_*): Make into an enum. (GRUB_FAT_ATTR_LONG_NAME) [MODE_EXFAT]: Removed. (GRUB_FAT_ATTR_VALID) [MODE_EXFAT]: Remove GRUB_FAT_ATTR_VOLUME_ID. (GRUB_FAT_ATTR_VOLUME_ID) [MODE_EXFAT]: Removed. (GRUB_FAT_MAXFILE): Removed. (grub_exfat_bpb) [MODE_EXFAT]: New struct. (grub_current_fat_bpb_t): New type. (grub_fat_dir_entry) [MODE_EXFAT]: New struct. (grub_fat_dir_node) [MODE_EXFAT]: New struct. (grub_fat_dir_node_t): New type. (grub_fat_data) [MODE_EXFAT]: Remove root_sector and num_root_sectors. (fat_log2) [MODE_EXFAT]: Removed. (grub_fat_mount): Use grub_current_fat_bpb_t. Add some sanity checks. (grub_fat_mount) [MODE_EXFAT]: Handle ExFAT. (grub_fat_iterate_dir) [MODE_EXFAT]: New function. (grub_fat_find_dir) [MODE_EXFAT]: Handle ExFAT. (grub_fat_label) [MODE_EXFAT]: New function. (grub_fat_fs) [MODE_EXFAT]: Set name to "exfat" and reserved_first_sector to 0. |
||
|---|---|---|
| build-aux | ||
| conf | ||
| docs | ||
| grub-core | ||
| include | ||
| m4 | ||
| po | ||
| tests | ||
| unicode | ||
| util | ||
| .bzrignore | ||
| ABOUT-NLS | ||
| AUTHORS | ||
| BUGS | ||
| COPYING | ||
| ChangeLog | ||
| INSTALL | ||
| Makefile.am | ||
| Makefile.util.def | ||
| NEWS | ||
| README | ||
| THANKS | ||
| TODO | ||
| acinclude.m4 | ||
| autogen.sh | ||
| config.h.in | ||
| configure.ac | ||
| geninit.sh | ||
| gentpl.py | ||
README
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>. More extensive documentation is available in the Info manual, accessible using 'info grub' after building and installing GRUB 2. Please look at the GRUB Wiki <http://grub.enbug.org> for testing procedures. There are a number of important user-visible differences from the first version of GRUB, now known as GRUB Legacy. For a summary, please see: info grub Introduction 'Changes from GRUB Legacy'