flexEmu
flexEmu copied to clipboard
implementation of virtual filesystem
phase1:
For testing soon
using host's filesystem directly
phase2:
For providing ordered fd for challenge
- using a counter as fd generator, fd+1 when there is new file
- using a map <omo_fd, host_fd> to access host filesytem