1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Kernel/Storage/Partition
Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names
Besides removing the monolithic DevFSDeviceInode::determine_name()
method, being able to determine a device's name inside the /dev
hierarchy outside of DevFS has its uses.
2021-01-22 22:17:39 +01:00
..
DiskPartition.cpp Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
DiskPartition.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
DiskPartitionMetadata.cpp Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
DiskPartitionMetadata.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
EBRPartitionTable.cpp Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
EBRPartitionTable.h Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
GUIDPartitionTable.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 11:55:47 +01:00
GUIDPartitionTable.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
MBRPartitionTable.cpp AK: Simplify constructors and conversions from nullptr_t 2021-01-12 09:11:45 +01:00
MBRPartitionTable.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
PartitionTable.cpp Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
PartitionTable.h Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00