Right now the driver implementation supports only read and write operations for files.
We should understand:
what are the POSIX operations that standard Linux drivers supports
what is the standard way to interact with a file produced by a Linux driver (for example, is it more correct to use vim/nano/whatever text editor or to interact via echo/cat/other shell constructs).
We should implement all the operations that are strictly necessary.
Right now the driver implementation supports only read and write operations for files.
We should understand:
We should implement all the operations that are strictly necessary.