Add detection code for Paragon MBR to disklib. Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/gpllib/disk/mbrs.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c index e64b3da..77e4180 100644 --- a/com32/gpllib/disk/mbrs.c +++ b/com32/gpllib/disk/mbrs.c @@ -67,6 +67,9 @@ void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) case 0xeb04: strlcpy(buffer, "Solaris", buffer_size - 1); break; + case 0xeb31: + strlcpy(buffer, "Paragon", buffer_size - 1); + break; case 0xeb48: strlcpy(buffer, "Grub", buffer_size - 1); break; -- 1.7.1 ------=_20110124152841_33905 Content-Type: text/x-patch; name="0001-disklib-Detect-MS-DOS-3.30-through-Windows-95-A-MBR.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-disklib-Detect-MS-DOS-3.30-through-Windows-95-A-MBR.patch"