This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-29 07:53:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12d75b10f3d4e0d5e2e08cdeaaeb3eea91021b6f
ladybird
/
Kernel
/
Storage
History
Idan Horowitz
5a5766be2c
Kernel: Remove useless partition UUID length check
...
UUID::to_string() always returns a string of length 36, so this check can't fail.
2022-02-16 22:21:37 +01:00
..
ATA
…
NVMe
Kernel: Change static constexpr variables to constexpr where possible
2022-02-09 21:04:51 +00:00
Partition
Kernel: Stop using the make<T> factory method in the Kernel
2022-02-03 23:33:20 +01:00
RamdiskController.cpp
…
RamdiskController.h
…
RamdiskDevice.cpp
…
RamdiskDevice.h
…
StorageController.h
…
StorageDevice.cpp
…
StorageDevice.h
…
StorageManagement.cpp
Kernel: Remove useless partition UUID length check
2022-02-16 22:21:37 +01:00
StorageManagement.h
…