aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-17refactoring read and write block calculationsLukas Oesch2-3/+16
2026-03-17implement determine_boot_deviceLukas Oesch1-0/+2
2026-03-17implement write_block in RAMDiskDeviceLukas Oesch2-0/+2
2026-03-17fix build, refactoringLukas Oesch1-1/+0
2026-03-17fix build add test code to read a block from deviceLukas Oesch1-2/+0
2026-03-17implement major and minor analog to the linux kernelLukas Oesch4-4/+14
2026-03-17implement function to get a device by major and minor numberLukas Oesch5-6/+20
2026-03-17remove not needed m_data_size memberLukas Oesch1-1/+0
2026-03-17refactoring, remove test codeLukas Oesch1-3/+3
2026-03-17implement first draft of RAMDiskDeviceLukas Oesch2-1/+22
2026-03-17small refactoring, add some todosLukas Oesch3-6/+10
2026-03-17Implement RAMDiskController and instantiate it in StorageManagementmarcel.braun2-1/+25
2026-03-17Implement basic structure of storage managementmarcel.braun1-3/+17
2026-03-17setup basic devices and RAMDisk structureLukas Oesch6-0/+71