cahirwpz/mimiker

Support for getcwd and chdir system calls

Closed this issue · 1 comments

  • Store vnode to current working directory somewhere in proc structure:
  • Improvements to vfs_lookup:
    • support relative path lookups with .. and . at the beginning or in the middle of a path,
    • normalize path by removing consecutive /, ./, etc.

Already done!