diff options
author | Liav A <liavalb@gmail.com> | 2020-02-24 00:59:00 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-24 11:27:03 +0100 |
commit | 85307dd26eb1d9b72560bf6afb63cb3736521b73 (patch) | |
tree | 2a6527b4384f9a21a430708e08ccd2dd7bfdba65 /Kernel/Thread.cpp | |
parent | 43d570a1e3fb85476f9c2520b147bd836a6966e3 (diff) | |
download | serenity-85307dd26eb1d9b72560bf6afb63cb3736521b73.zip |
Kernel: Don't use references or pointers to physical addresses
Now the ACPI & PCI code is more safer, because we don't use raw pointers
or references to objects or data that are located in the physical
address space, so an accidental dereference cannot happen easily.
Instead, we use the PhysicalAddress class to represent those addresses.
Diffstat (limited to 'Kernel/Thread.cpp')
0 files changed, 0 insertions, 0 deletions