summaryrefslogtreecommitdiff
path: root/com32/chain/chain.h
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2010-08-24 19:18:34 +0200
committerMichal Soltys <soltys@ziu.info>2010-09-28 09:32:52 +0200
commitcc5c2ccd0b4acb64db011459b90574ec33f5284b (patch)
treeb71d8f1da21fc3b440a6fc504342c5a4309a316e /com32/chain/chain.h
parent505a26ad9794776d7b018c81bf993751fba6b06f (diff)
downloadsyslinux-cc5c2ccd0b4acb64db011459b90574ec33f5284b.tar.gz
chain, partiter, options: bugfix, new options
- small bugfix in partiter.c - new options: hideall, mbrchs - new partiter feature - rawindex - counts all (inc. empty) partitions in all cases hideall is expansion of hide, that hides all partitions in a chain, not only primary ones mbrchs walks over all partitions and fixes chs values in mbr entries rawindex keeps count of all partitions, including holes in EBRs Signed-off-by: Michal Soltys <soltys@ziu.info>
Diffstat (limited to 'com32/chain/chain.h')
-rw-r--r--com32/chain/chain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/chain/chain.h b/com32/chain/chain.h
index 7a63022a..7e303b8a 100644
--- a/com32/chain/chain.h
+++ b/com32/chain/chain.h
@@ -25,13 +25,14 @@ struct options {
bool hand;
bool hptr;
bool swap;
- bool hide;
+ int hide;
bool sethid;
bool setgeo;
bool setdrv;
bool sect;
bool save;
bool filebpb;
+ bool mbrchs;
bool warn;
uint16_t keeppxe;
struct syslinux_rm_regs regs;