mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:24:58 +00:00
Kernel: Convert klog() => AK::Format in a handful of places
This commit is contained in:
parent
ad2f95e35a
commit
73e06a1983
9 changed files with 16 additions and 17 deletions
|
@ -83,7 +83,7 @@ UNMAP_AFTER_INIT static void load_kernel_sybols_from_data(const KBuffer& buffer)
|
|||
s_symbols = static_cast<KernelSymbol*>(kmalloc_eternal(sizeof(KernelSymbol) * s_symbol_count));
|
||||
++bufptr; // skip newline
|
||||
|
||||
klog() << "Loading kernel symbol table...";
|
||||
dmesgln("Loading kernel symbol table...");
|
||||
|
||||
size_t current_symbol_index = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue