mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Snazz up the kprintf() output a bit by giving it its own color.
This commit is contained in:
parent
9886b27d9c
commit
dec5683e9c
Notes:
sideshowbarker
2024-07-19 18:35:41 +09:00
Author: https://github.com/awesomekling
Commit: dec5683e9c
10 changed files with 86 additions and 78 deletions
|
@ -34,7 +34,7 @@ bool IDEDiskDevice::writeBlock(unsigned index, const byte* data)
|
|||
{
|
||||
(void) index;
|
||||
(void) data;
|
||||
kprintf("[IDEDiskDevice] writeBlock not implemented()\n");
|
||||
kprintf("IDEDiskDevice: writeBlock not implemented()\n");
|
||||
notImplemented();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue