Age | Commit message (Collapse) | Author | |
---|---|---|---|
19 hours | kernel: disk: Add DISK_IO_QUERY op to disk engine | Ian Moffett | |
This commit introduces the DISK_IO_QUERY opcode to the disk engine so that a user application may query specific devices. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
4 days | kernel: disk: Add initial disk engine sources | Ian Moffett | |
This commit introduces the initial disk engine sources. The Hyra disk engine refers to the software layer that intercepts SYS_disk syscalls and routes standard opcodes to internal disk routines. Signed-off-by: Ian Moffett <ian@osmora.org> |