s-macke / jor1k

Online OR1K Emulator running Linux
http://jor1k.com
BSD 2-Clause "Simplified" License
1.73k stars 196 forks source link

Adding File System Functions #108

Closed coltonmercurio closed 8 years ago

coltonmercurio commented 8 years ago

Implementation of the changes discussed in: https://github.com/s-macke/jor1k/issues/23

s-macke commented 8 years ago

Thanks for the new features. When you remove a file you should just unlink the file. This way it is still accessible in case someone has still opened it in Linux. I should also add a open counter and only completely remove the file when it is zero.