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
2025-12-31 05:39:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
96459e4b3a6f82118fd40867de4dfe7761baa219
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
Kernel: Optimize StorageDevice read and write function
2022-01-29 17:41:06 +02:00
StorageDevice.h
Kernel: Cache blocks_per_page in StorageDevice class
2022-01-29 17:41:06 +02:00
StorageManagement.cpp
Kernel: Remove useless partition UUID length check
2022-02-16 22:21:37 +01:00
StorageManagement.h
Kernel: Add polling support to NVMe
2022-02-02 18:26:59 +01:00