re: Re: LBAcache devel BUGFIX and improved release
Eric Auer <[email protected]> Tue, 12 Nov 2002 00:26:59 +0100 (MET)
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Arkady, sorry, in my mail was a typo. Of course my hash is "sector number ... modulo NUMBER OF SECTORS THAT FIT IN CACHE" (table size thus, not sector size), and it is even ... -1 to have a divisor that is not 2^n*m (n being log2(cache size unit size)) :-) I will add proper size checking of available RAM soon, but in a way that fits both .com and .sys version (sorry folks, I do not love combined .exe format that can be both application and driver). Eric