1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00
serenity/Kernel/Storage
Liav A 1102089f9f Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive
In the near future, we will be able to figure out connections between
storage devices and their partitions, so there's no need to hardcode 16
partitions per storage device - each storage device should be able to
have "infinite" count of partitions in it, and we should be able to use
and figure out about them.
2022-08-14 01:09:03 +01:00
..
ATA Kernel/Storage: Remove redundant reference to a controller in IDEChannel 2022-07-19 11:07:34 +01:00
NVMe Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
Ramdisk Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
DiskPartition.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
DiskPartition.h Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
StorageController.cpp Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageController.h Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageDevice.cpp Kernel/SysFS: Fix parent directory hierarchy with symbolic links 2022-07-24 13:38:24 +01:00
StorageDevice.h Kernel: Move DiskPartition up into Kernel/Storage 2022-07-21 20:13:44 +01:00
StorageManagement.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
StorageManagement.h Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00