You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: