Title [lDOS] First fit memory allocation should scan entire area
AuthorE. C. Masloch
Created2026-06-07 09:22:20 +0200 Jun Sun
State closed

MS-DOS scans the entire area that's searched to find a first fit match. lDOS would end the search on the first match instead. If COMPAT=NOCOLLECTALLMCBS is in use, and first fit is used, then lDOS wouldn't collect free MCBs after the first match.

E. C. Masloch on 2026-06-07 09:27:19 +0200 Jun Sun

Fixed in hg 40d161fcdc6d on 2026-05-06. Nearby changesets change the scan code some more.