タグ
1. Objective We will write a file system with very basic functionality. This is to understand the working of certain kernel code paths of the vfs. Our filesystem has only one file 'hello.txt'. 2. Introduction We have to register our filesyste... 続きを読む

