sin-ack
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
...
This makes for nicer handling of errors compared to checking whether a
RefPtr is null. Additionally, this will give way to return different
types of errors in the future.
2021-08-15 15:41:02 +02:00
Andreas Kling
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
2021-08-06 14:05:58 +02:00
Andreas Kling
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
...
This directory isn't just about virtual memory, it's about all kinds
of memory management.
2021-08-06 14:05:58 +02:00
Brian Gianforcaro
ed996fcced
Kernel: Remove unused header includes
2021-08-01 08:10:16 +02:00
Liav A
3645861f31
Kernel: Put a note about the unconditional unblanking of bochs-display
...
This removes the FIXME note and explains why it's not so bad to do this.
2021-07-24 01:42:10 +02:00
Liav A
2a1bf53435
Kernel/Graphics: Move Bochs graphics related code into a separate folder
2021-07-12 22:53:08 +02:00