Andreas Kling
|
2529925fe9
|
Some more renaming:
FileSystem -> FS
SyntheticFileSystem -> SynthFS
ProcFileSystem -> ProcFS
Ext2FileSystem -> Ext2FS
Ext2Inode -> Ext2FSInode
|
2018-11-15 17:13:10 +01:00 |
|
Andreas Kling
|
8fa2d7104a
|
More VFS cleanup.
|
2018-11-15 16:04:25 +01:00 |
|
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 |
|