rcore-os / rcore-fs

The file system module for rCore OS.
MIT License
49 stars 24 forks source link

Added INode::create2() which allows creating devicefile with argument. #7

Closed gjz010 closed 5 years ago

gjz010 commented 5 years ago

Default INode::create2() and INode::create() implements each other so (perhaps) no worry about compatability. Implemented INode::create2() for SFS.