ladybird/Kernel/Arch/i386
Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf()
Also, duplicate data in dbg() and klog() calls were removed.
In addition, leakage of virtual address to kernel log is prevented.
This is done by replacing kprintf() calls to dbg() calls with the
leaked data instead.
Also, other kprintf() calls were replaced with klog().
2020-03-02 22:23:39 +01:00
..
Boot Kernel: Move kernel above the 3GB virtual address mark 2020-01-17 22:34:26 +01:00
CPU.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
CPU.h CPU: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
Interrupts.h CPU: Add 2 files with ISR stub macros 2020-02-24 11:27:03 +01:00
ISRStubs.h CPU: Add 2 files with ISR stub macros 2020-02-24 11:27:03 +01:00