diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2008-03-29 09:53:29 +0100 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2008-03-29 09:53:29 +0100 |
commit | a9debb86160ae877c50390f01229f907bb5cbc04 (patch) | |
tree | 6ae08cb0fecc1602185bdcead22e8d799a41e208 /src/parti386.c | |
parent | 478e4b6bc81f6f532db2f9d0f8030152913bb3dd (diff) |
Add Windows RE(store) partition type for PC/Intel partition
Diffstat (limited to 'src/parti386.c')
-rw-r--r-- | src/parti386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parti386.c b/src/parti386.c index 0ee3090..8c721e2 100644 --- a/src/parti386.c +++ b/src/parti386.c @@ -149,6 +149,7 @@ static const struct systypes i386_sys_types[] = { {P_16FATBD_LBAH, "hid. FAT16 LBA"}, {0x20, "Willowsoft OFS1"}, {0x24, "NEC MS-DOS 3.x"}, + {0x27, "Windows RE(store)"}, {0x38, "Theos"}, {0x3c, "PMagic recovery"}, {0x40, "VENIX 80286"}, |