sweb icon indicating copy to clipboard operation
sweb copied to clipboard

rename filedescriptors in the kernel

Open dgruss opened this issue 7 years ago • 1 comments

some students appear to confuse file descriptors with the class of the same name in the kernel. we want to avoid that.

dgruss avatar Jun 23 '18 12:06 dgruss

Good idea. Maybe we could also rename the 'File' class to something like 'FileDescription' (not ideal as the name is quite similar, but that's how it's called by POSIX as well). There has been some confusion between the roles of Inodes and the 'File' class.

Woazboat avatar Jun 23 '18 16:06 Woazboat