Andreas Kling
|
8cbb7f101f
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
This will allow us to implement different behaviors depending on the role
of the descriptor a File is being accessed through.
|
2019-04-29 13:58:40 +02:00 |
|
Andreas Kling
|
e886337a67
|
Kernel: Make ProcessTracer inherit from File.
|
2019-04-28 15:02:55 +02:00 |
|
Andreas Kling
|
b9738fa8ac
|
Kernel: Move VM-related files into Kernel/VM/.
Also break MemoryManager.{cpp,h} into one file per class.
|
2019-04-03 15:13:07 +02:00 |
|
Andreas Kling
|
ab43658c55
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
|