flexEmu icon indicating copy to clipboard operation
flexEmu copied to clipboard

implementation of virtual filesystem

Open templexxx opened this issue 2 years ago • 0 comments

phase1:

For testing soon

using host's filesystem directly

phase2:

For providing ordered fd for challenge

  1. using a counter as fd generator, fd+1 when there is new file
  2. using a map <omo_fd, host_fd> to access host filesytem

templexxx avatar Oct 11 '22 09:10 templexxx