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
|
f042b3adeb
|
Kernel: Make the right shift key work.
I never realized the right shift key wasn't hooked up since my left pinky
always hovers over the left shift key, ready to rock.
|
2019-04-23 20:47:45 +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
|
ab43658c55
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
|