aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/src/storage/RAMDisk/RAMDiskController.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17remove test codeLukas Oesch1-19/+0
2026-03-17fix build, refactoringLukas Oesch1-2/+1
2026-03-17fix build add test code to read a block from deviceLukas Oesch1-9/+17
2026-03-17implement major and minor analog to the linux kernelLukas Oesch1-0/+11
2026-03-17implement function to get a device by major and minor numberLukas Oesch1-0/+15
2026-03-17refactoring, remove test codeLukas Oesch1-7/+1
2026-03-17implement first draft of RAMDiskDeviceLukas Oesch1-4/+11
2026-03-17Fix buildmarcel.braun1-1/+1
2026-03-17Implement RAMDiskController and instantiate it in StorageManagementmarcel.braun1-1/+28
2026-03-17setup basic devices and RAMDisk structureLukas Oesch1-0/+6