summaryrefslogtreecommitdiff
path: root/libfat/libfat.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to 64-bit sector pointers everywhereH. Peter Anvin2010-06-151-1/+1
| | | | | | | | | | | | Switch to consistent use of 64-bit sector pointers; this should enable booting even for individual *partitions* larger than 2 TB. In order to not slow down the boot too much, switch the initial load from an enumeration to an extent map. This means the table gets larger (since we have to assume the worst case), but it simplifies the Sector 1 code (since we can push all the hard stuff into the installer), and will speed up booting in the general case. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Run Nindent on libfat/libfat.hH. Peter Anvin2009-05-291-8/+8
| | | | | | | | | Automatically reformat libfat/libfat.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* libfat: stealth whitespace cleanupH. Peter Anvin2006-05-031-2/+1
|
* Use libfat to set the MS-DOS attributes when using the unix installer.hpa2005-01-041-1/+7
|
* Make the CC_IS_OK hack work again.hpa2004-12-151-3/+3
| | | | | Change the private pointer in libfat to an intptr_t; we actually use an integer most of the time so an intptr_t is more convenient.
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-0/+81
FAT32 and EDD, and a new cleaner installer infrastructure.