aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/device_file.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17use const & wherever applicableLukas Oesch1-1/+1
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-5/+11
2026-03-17Refactor device_filemarcel.braun1-1/+1
2026-03-17add todosLukas Oesch1-0/+1
2026-03-17implement read and write bytes from deviceLukas Oesch1-0/+119