added
lib / src
labels
avivkeller
added
fs
labels
VFS file descriptors now use bit 30 (0x40000000) to distinguish them from real OS file descriptors. This avoids any possibility of collision with real fds while keeping VFS fds as valid positive integers, which is required by unix conventions. Inspired by Yarn's MountFS approach.
This was referenced
This was referenced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters