We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5567902 commit 2d7efc4Copy full SHA for 2d7efc4
shell/loadhigh.c
@@ -339,7 +339,9 @@ static int findUMBRegions(void)
339
{
340
sig = mcb->mcb_type;
341
342
- if (mcb->mcb_ownerPSP == 8 && !_fmemcmp(mcb->mcb_name, "SC", 2))
+ if (mcb->mcb_ownerPSP == 8
343
+ && (!_fmemcmp(mcb->mcb_name, "SC", 2)
344
+ || !_fmemcmp(mcb->mcb_name, "S\x00\x30", 3))) /* lDOS S MCB type 30h */
345
346
/* this is a 'hole' in memory */
347
if (region->start)
0 commit comments