Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-28 | Add basic symlink support. | Andreas Kling | |
- sys$readlink + readlink() - Add a /proc/PID/exe symlink to the process's executable. - Print symlink contents in ls output. - Some work on plumbing options into VFS::open(). | |||
2018-10-28 | Add /proc/mm and a /bin/mm utility that just dumps it. | Andreas Kling | |
This shows some info about the MM. Right now it's just the zone count and the number of free physical pages. Lots more can be added. Also added "exit" to sh so we can nest shells and exit from them. I also noticed that we were leaking all the physical pages, so fixed that. | |||
2018-10-23 | Minor userland tweaks. | Andreas Kling | |
2018-10-23 | Start adding a basic /proc filesystem and a "ps" utility. | Andreas Kling | |