mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-03 12:31:57 +00:00
display bootblock info even if not bootable
This commit is contained in:
parent
f21fd88ead
commit
3c95e71ca8
@ -158,13 +158,13 @@ void scanbus(void)
|
||||
case INVALID_BOOTBLOCK:
|
||||
break;
|
||||
case APPLE_BOOTBLOCK:
|
||||
printf(" <Apple bootblock>\n");
|
||||
printf(" <Apple bootblock>");
|
||||
break;
|
||||
case EMILE_BOOTBLOCK:
|
||||
printf(" <EMILE bootblock>\n");
|
||||
printf(" <EMILE bootblock>");
|
||||
break;
|
||||
default:
|
||||
printf(" <unknown bootblock>\n");
|
||||
printf(" <unknown bootblock>");
|
||||
break;
|
||||
}
|
||||
if (emile_map_partition_is_bootable(map))
|
||||
|
Loading…
Reference in New Issue
Block a user