Re: [Freedos-kernel] share install check called too often?

2008-08-30 Thread Eric Auer
Hi! > I'd have to check the sources I have here for several dos versions Please avoid getting in touch with source code for dos versions that are supposed to be closed source. Mixing any information from such sources into our development would be inappropriate. Note that share has a call that c

Re: [Freedos-kernel] share install check called too often?

2008-08-30 Thread Travis Siegel
I'd have to check the sources I have here for several dos versions, but having share only check be performed upon open/close of files makes perfect sense to me, In fact, couldn't there be a flag raised upon share install, then unset when share is removed, thereby making the check as simple

[Freedos-kernel] share install check called too often?

2008-08-30 Thread Eric Auer
Hi, dunno how other DOSes do this, but I suggest that FreeDOS only calls int 2f.1000 SHARE install check when files are opened/closed, not on each access (merge_file_changes, DosRWSft, DosLockUnlock). Background: FreeDOS at the moment calls the SHARE install check 100s of times even for really t