mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Don't put gratuitous cursing in kernel log
This commit is contained in:
parent
6a19542715
commit
4714b04d32
Notes:
sideshowbarker
2024-07-19 00:00:26 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4714b04d32d
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ void UHCIController::reset()
|
|||
auto framelist_vmobj = ContiguousVMObject::create_with_size(PAGE_SIZE);
|
||||
m_framelist = MemoryManager::the().allocate_kernel_region_with_vmobject(*framelist_vmobj, PAGE_SIZE, "UHCI Framelist", Region::Access::Write);
|
||||
klog() << "UHCI: Allocated framelist at physical address " << m_framelist->physical_page(0)->paddr();
|
||||
klog() << "FUCK!";
|
||||
klog() << "UHCI: Framelist is at virtual address " << m_framelist->vaddr();
|
||||
write_sofmod(64); // 1mS frame time
|
||||
|
||||
|
|
Loading…
Reference in a new issue