Andreas Kling
|
3e532ac7b6
|
Process now maps regions immediately when they are allocated.
This avoids having to do a separate MM.mapRegionsForTask() pass.
Also, more Task => Process renaming that I apparently hadn't saved yet.
|
2018-11-01 13:15:46 +01:00 |
|
Andreas Kling
|
81627cf7d5
|
Add a simple /proc/mounts that enumerates the current VFS mounts.
|
2018-10-26 18:43:25 +02:00 |
|
Andreas Kling
|
a32b3a3ddf
|
Implement /proc/PID/vm.
Refactored SyntheticFileSystem to maintain an arbitrary directory structure.
ProcFileSystem creates a directory entry in /proc for each new process.
|
2018-10-26 17:44:19 +02:00 |
|
Andreas Kling
|
ed2422d7af
|
Start adding a basic /proc filesystem and a "ps" utility.
|
2018-10-23 12:04:03 +02:00 |
|