IAIK/sweb

rename filedescriptors in the kernel

dgruss opened this issue · 1 comments

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

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.