Age | Commit message (Collapse) | Author | |
---|---|---|---|
43 hours | kern: dms: Make DMS block size aware | Ian Moffett | |
In order to safely copy between disk and host memory through a programming interface, DMS must be aware of the hardware disk block size Signed-off-by: Ian Moffett <ian@osmora.org> | |||
43 hours | kern: Add initial DMS framework | Ian Moffett | |
DMS stands for Disk Management and Supervision, drivers can register themselves to DMS so that they can be looked up and operated on. Signed-off-by: Ian Moffett <ian@osmora.org> |