1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:58:13 +00:00
serenity/Kernel/Storage
Pankaj Raghav f8b67e1596 Kernel/Storage+Base: Fix boot_device_addressing document for NVMe
The LUN.target_id parameter points to a NVMe Namespace which starts from
1 and not 0. Fix the document to reflect the same while addressing a
nvme device in the boot parameters
2023-03-11 13:15:00 +00:00
..
ATA Kernel/Storage: Remove indication for possible future support of ATAPI 2023-03-08 01:41:51 +01:00
NVMe Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
Ramdisk Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
DiskPartition.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
DiskPartition.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
StorageController.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageController.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageDevice.cpp Revert "Kernel/Storage: Remove the ramdisk implementation" 2023-02-08 18:19:48 +00:00
StorageDevice.h Kernel/Storage+Base: Fix boot_device_addressing document for NVMe 2023-03-11 13:15:00 +00:00
StorageManagement.cpp Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
StorageManagement.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00