X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fprobe.c;h=44572633381fa9345db30f5f19530cc139afd7d4;hb=refs%2Ftags%2Fupstream%2F24.0;hp=91062d363cf8d9909b8415257eab4e05622b9e42;hpb=0a7ead9db7967764f0d93d30f9a83c94cb6fc358;p=rrq%2Fmaintain_lilo.git diff --git a/src/probe.c b/src/probe.c index 91062d3..4457263 100644 --- a/src/probe.c +++ b/src/probe.c @@ -1,12 +1,12 @@ -/* probe.c -- BIOS probes */ -/* -Copyright 1999-2006 John Coffman. -All rights reserved. - -Licensed under the terms contained in the file 'COPYING' in the -source directory. - -*/ +/* probe.c - BIOS probe utility + * + * Copyright 1999-2006 John Coffman + * Copyright 2009-2013 Joachim Wiedorn + * All rights reserved. + * + * Licensed under the terms contained in the file 'COPYING' + * in the source directory. + */ /*#define DEBUG_PROBE*/ #define BITMAP 0 /* change to 1 when do_bitmap is filled in */ @@ -149,12 +149,12 @@ static struct partitions { { "DOS12", PART_DOS12, HIDDEN_OFF }, { "DOS16_small", PART_DOS16_SMALL, HIDDEN_OFF }, { "DOS16_big", PART_DOS16_BIG, HIDDEN_OFF }, - { "NTFS or OS2_HPFS", PART_NTFS, HIDDEN_OFF }, /* same as HPFS; keep these two together */ + { "NTFS", PART_NTFS, HIDDEN_OFF }, /* same as HPFS; keep these two together */ /* { "HPFS", PART_HPFS, HIDDEN_OFF }, */ /* same as NTFS */ { "FAT32", PART_FAT32, HIDDEN_OFF }, { "FAT32_lba", PART_FAT32_LBA, HIDDEN_OFF }, { "FAT16_lba", PART_FAT16_LBA, HIDDEN_OFF }, - { "OS/2 BootMgr", PART_OS2_BOOTMGR, 0 }, +/* { "OS/2 BootMgr", PART_OS2_BOOTMGR, 0 }, */ /* obsolete system */ { "DOS extended", PART_DOS_EXTD, 0 }, { "WIN extended", PART_WIN_EXTD_LBA, 0 }, { "Linux ext'd", PART_LINUX_EXTD, 0 },