Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | kernel: devfs: Add callback to request block size | Ian Moffett | |
Add bsize() callback within the bdevsw structure. This returns the number of blocks a block device supports at maximum. This result is *not* in bytes. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-02-16 | project: Update copyright date to 2025 | Ian Moffett | |
Was supposed to happen on Jan 1, sorry! Happy late new year! Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-08-12 | kernel: Add initial support for signals | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-07-24 | kernel: device: Add read/write stubs | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |