From 417c927114982f95d0a9a6310409410c22b00132 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 21 Sep 2006 21:56:43 +0000 Subject: [PATCH] =?UTF-8?q?Add=20info=20about=20patch=20driver=C3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libemile/partition.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libemile/partition.h b/libemile/partition.h index d7707c8..aa7e44e 100644 --- a/libemile/partition.h +++ b/libemile/partition.h @@ -68,6 +68,13 @@ enum { kDriveSetupHFSSignature = 0x44535531, /* 'DSU1', Drive Setup HFS partition */ }; +enum { + kPatchMesh = 0x6d657368, /* 'mesh', fixes MESH bug */ + kPatchSCSI = 0x73637369, /* 'scsi' enable booting from CDROM */ + kPatchRuby = 0x72756279, /* 'ruby', volume larger than 2GB */ + kPatchSnag = 0x736e6167, /* 'snag', enable C key to boot CDROM */ +}; + struct Partition { int16_t Sig; int16_t SigPad;