Kernel: Hack NVMe controller to work :)

This commit is contained in:
Bananymous 2024-01-30 01:06:00 +02:00
parent 1f8aaa6fba
commit a1faa836c5
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ namespace Kernel
DevFileSystem::get().add_device(this);
StorageController::ref();
return {};
}