feat: support per-process current working directory (cwd)
authorMinep <zelong56@gmail.com>
Wed, 10 Aug 2022 12:31:26 +0000 (13:31 +0100)
committerMinep <zelong56@gmail.com>
Wed, 10 Aug 2022 12:33:52 +0000 (13:33 +0100)
commit21fc45696e24471453a14ff496c8de5fe3cad6a8
tree7c48053c281bc7b6eab580c26ebc5e86e65bdccd
parenta5338b60e111972364a8bc6f07011c6defd213d2
feat: support per-process current working directory (cwd)
fix: typo in README
README.md
lunaix-os/includes/lunaix/fs.h
lunaix-os/includes/lunaix/lunistd.h
lunaix-os/includes/lunaix/process.h
lunaix-os/includes/lunaix/status.h
lunaix-os/includes/lunaix/syscall.h
lunaix-os/kernel/asm/x86/syscall.S
lunaix-os/kernel/demos/iotest.c
lunaix-os/kernel/fs/vfs.c