Andreas Kling
|
34c5db61aa
|
Kernel: Simplify VMObject::is_anonymous().
This doesn't need a separate flag. A VMObject is always anonymous if it has
no backing inode.
|
2019-05-02 23:34:28 +02:00 |
|
Andreas Kling
|
c3b7ace3e0
|
Kernel: Assign Lock names in class member initializers.
|
2019-05-02 03:28:20 +02:00 |
|
Andreas Kling
|
a58d7fd8bb
|
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
|
2019-04-06 14:29:29 +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 |
|