mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 15:42:08 +00:00
![]() Rename the initialize method to initialize_virtio_resources so it's clear what this method is intended for. To ensure healthier device initialization, we could also return the type of ErrorOr<void> from this method, so in all overriden instances and in the original method code, we could leverage TRY() pattern which also does simplify the code a bit. |
||
---|---|---|
.. | ||
Console.cpp | ||
Console.h | ||
ConsolePort.cpp | ||
ConsolePort.h | ||
Definitions.h | ||
Device.cpp | ||
Device.h | ||
Queue.cpp | ||
Queue.h | ||
RNG.cpp | ||
RNG.h |