mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
Kernel: Don't put gratuitous cursing in kernel log
This commit is contained in:
parent
6a19542715
commit
4714b04d32
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);
|
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);
|
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() << "UHCI: Allocated framelist at physical address " << m_framelist->physical_page(0)->paddr();
|
||||||
klog() << "FUCK!";
|
|
||||||
klog() << "UHCI: Framelist is at virtual address " << m_framelist->vaddr();
|
klog() << "UHCI: Framelist is at virtual address " << m_framelist->vaddr();
|
||||||
write_sofmod(64); // 1mS frame time
|
write_sofmod(64); // 1mS frame time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue