Andreas Kling
|
c45f166c63
More work on per-process page directories. It basically works now!
|
6 年之前 |
Andreas Kling
|
1da0a7c949
Give each task its own page directory.
|
6 年之前 |
Andreas Kling
|
9a086b2d35
Add a kmalloc_eternal() for things that will never be destroyed.
|
6 年之前 |
Andreas Kling
|
d980ddc745
Fix busted display of tty names in /proc/summary.
|
6 年之前 |
Andreas Kling
|
7a7956a595
Virtual consoles kinda work!
|
6 年之前 |
Andreas Kling
|
4259ffb080
Improve ps output.
|
6 年之前 |
Andreas Kling
|
97726862dd
Add basic symlink support.
|
6 年之前 |
Andreas Kling
|
3f050c1972
Add zone dump to /proc/mm.
|
6 年之前 |
Andreas Kling
|
c76dc9a047
Add /proc/mm and a /bin/mm utility that just dumps it.
|
6 年之前 |
Andreas Kling
|
0a6a2521e8
Add subregions to /proc/PID/vm
|
6 年之前 |
Andreas Kling
|
9a71c7759a
Implement loading of linked ELF executables.
|
6 年之前 |
Andreas Kling
|
2716a9e2d7
Greatly improve /proc/PID/stack by tracing the ebp frame chain.
|
6 年之前 |
Andreas Kling
|
c928b06218
Add a very hackish /proc/PID/stack.
|
6 年之前 |
Andreas Kling
|
81627cf7d5
Add a simple /proc/mounts that enumerates the current VFS mounts.
|
6 年之前 |
Andreas Kling
|
a447359916
Add a /proc/kmalloc stats file.
|
6 年之前 |
Andreas Kling
|
edb81a635c
Fix bug where you couldn't "cd .." into the root of a mounted fs.
|
6 年之前 |
Andreas Kling
|
a32b3a3ddf
Implement /proc/PID/vm.
|
6 年之前 |
Andreas Kling
|
5978185242
Add a "sleep" syscall that sleeps for N seconds.
|
6 年之前 |
Andreas Kling
|
86a547dcac
Add parent PIDs to /proc/summary
|
6 年之前 |
Andreas Kling
|
bca4b71bfa
Lots of hacking to make a very simple "ls" utility.
|
6 年之前 |
Andreas Kling
|
0c5bbac86e
Add an InterruptDisabler helper class and use that for kmalloc.
|
6 年之前 |
Andreas Kling
|
e4bfcd2346
Add "times scheduled" field to /proc/summary
|
6 年之前 |
Andreas Kling
|
ccd15e0590
Various things:
|
6 年之前 |
Andreas Kling
|
63e253bac9
Generate a basic /proc/summary file with some info about all tasks.
|
6 年之前 |
Andreas Kling
|
ed2422d7af
Start adding a basic /proc filesystem and a "ps" utility.
|
6 年之前 |