aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/src/storage/ram_disk
AgeCommit message (Expand)AuthorFilesLines
2026-03-17write commentsLukas Oesch1-1/+1
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch2-17/+2
2026-03-17remove commentLukas Oesch1-1/+0
2026-03-17small refactoringLukas Oesch1-3/+4
2026-03-17move m_devices from ram_disk_controller to storage_controller, store point to...Lukas Oesch1-18/+10
2026-03-17every device has a name, generate ram disk device namesLukas Oesch1-2/+14
2026-03-17Simplify device lookup in storage controllers by removing redundant major numbermarcel.braun1-3/+2
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch2-0/+117