mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 10:41:01 +00:00
This change in fact does the following:
1. Use support for symlinks between /sys/dev/block/ storage device
identifier nodes and devices in /sys/devices/storage/{LUN}.
2. Add basic nodes in a /sys/devices/storage/{LUN} directory, to let
userspace to know about the device and its details.
|
||
|---|---|---|
| .. | ||
| ATA | ||
| NVMe | ||
| Partition | ||
| Ramdisk | ||
| StorageController.cpp | ||
| StorageController.h | ||
| StorageDevice.cpp | ||
| StorageDevice.h | ||
| StorageManagement.cpp | ||
| StorageManagement.h | ||