aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/src
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17implement read and write bytes from deviceLukas Oesch1-1/+18
2026-03-17Simplify device lookup in storage controllers by removing redundant major numbermarcel.braun2-4/+3
2026-03-17rename temp_device back to deviceLukas Oesch2-2/+2
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, ↵Lukas Oesch6-13/+13
due to capital-/lower-letter problem)
2026-03-17refactoring read and write block calculationsLukas Oesch2-22/+36
2026-03-17handle read / write behind module boundariesLukas Oesch1-10/+23
2026-03-17implement determine_boot_deviceLukas Oesch1-1/+8
2026-03-17remove test codeLukas Oesch1-19/+0
2026-03-17implement write_block in RAMDiskDeviceLukas Oesch1-0/+16
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 Oesch6-5/+58
2026-03-17implement function to get a device by major and minor numberLukas Oesch3-3/+37
2026-03-17copy data into the buffer in ram_disk_device::read_blockLukas Oesch1-12/+6
2026-03-17use stl algorithmLukas Oesch1-4/+2
2026-03-17refactoring, remove test codeLukas Oesch2-19/+12
2026-03-17implement first draft of RAMDiskDeviceLukas Oesch2-5/+44
2026-03-17Fix buildmarcel.braun1-1/+1
2026-03-17Implement RAMDiskController and instantiate it in StorageManagementmarcel.braun3-7/+39
2026-03-17Implement basic structure of storage managementmarcel.braun1-1/+38
2026-03-17setup basic devices and RAMDisk structureLukas Oesch6-0/+39