mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Kernel: Simplify a bunch of dbg() and klog() calls
LogStream can handle VirtualAddress and PhysicalAddress directly.
This commit is contained in:
parent
b866582d98
commit
c6693f9b3a
11 changed files with 32 additions and 33 deletions
|
@ -167,7 +167,7 @@ namespace APIC {
|
|||
return false;
|
||||
|
||||
PhysicalAddress apic_base = get_base();
|
||||
klog() << "Initializing APIC, base: P " << String::format("%p", apic_base);
|
||||
klog() << "Initializing APIC, base: " << apic_base;
|
||||
set_base(apic_base);
|
||||
|
||||
g_apic_base = apic_base.as_ptr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue