summaryrefslogtreecommitdiff
path: root/com32/chain/utility.h
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2013-02-14 16:51:46 +0100
committerMichal Soltys <soltys@ziu.info>2013-02-14 16:53:05 +0100
commit2a6351535426d966745a82be71baf937994cb417 (patch)
treea3cd9412da3478119404d53fe0472c45bcf73041 /com32/chain/utility.h
parentd4ce5b911628423adeb53db8a3cb796f8de2016d (diff)
downloadsyslinux-2a6351535426d966745a82be71baf937994cb417.tar.gz
com32/chain: recognize exFAT
The usual stuff - hidden sectors (now 64bit at different offset), drive offest, "BPB" type. Formally (?) region from 0x0B to 0x3F should be 0, but ... it's tempting to fill "old" values there. Might be worth adding a switch to handle such behavior. Signed-off-by: Michal Soltys <soltys@ziu.info>
Diffstat (limited to 'com32/chain/utility.h')
-rw-r--r--com32/chain/utility.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/chain/utility.h b/com32/chain/utility.h
index ac056dce..08442aef 100644
--- a/com32/chain/utility.h
+++ b/com32/chain/utility.h
@@ -43,6 +43,7 @@
#define bpbV40 5
#define bpbVNT 6
#define bpbV70 7
+#define bpbEXF 8
/* see utility.c for details */
enum {L2C_CNUL, L2C_CADD, L2C_CMAX};