mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 01:01:06 +00:00
As make<T> is infallible, it really should not be used anywhere in the Kernel. Instead replace with fallible `new (nothrow)` calls, that will eventually be error-propagated. |
||
|---|---|---|
| .. | ||
| ATA | ||
| NVMe | ||
| Partition | ||
| RamdiskController.cpp | ||
| RamdiskController.h | ||
| RamdiskDevice.cpp | ||
| RamdiskDevice.h | ||
| StorageController.h | ||
| StorageDevice.cpp | ||
| StorageDevice.h | ||
| StorageManagement.cpp | ||
| StorageManagement.h | ||