jart / blink

tiniest x86-64-linux emulator
ISC License
7k stars 225 forks source link

VFS: Initial procfs support #88

Closed trungnt2910 closed 1 year ago

trungnt2910 commented 1 year ago

This patch contains changes for procfs support, as well as fixing some bugs in the VFS system:

Currently only a few static files (filesystems, meminfo, mounts, self, uptime), as well as the folder corresponding to the current process and its static contents (cwd, exe, mounts, root) are supported. For further support, blink must have some method to register, manage and query shared process information.