DragonOS/kernel/crates/bitmap
LoGin b6db20c072
feature: virtio console support (#1113)
feat(virtio): add virtio console driver support

- Implement virtio console driver with TTY interface
- Add HVC device support for console output
- Update devfs to handle HVC devices
- Fix virtio driver registration and initialization
- Improve virtio net driver interrupt handling
- Clean up block device naming implementation
- Add clippy lint checks to multiple crates
- Fix slab allocator alignment issues
- Update QEMU run script for virtio consoleagonOS.org>

---------

Signed-off-by: longjin <longjin@DragonOS.org>
2025-03-27 20:48:40 +08:00
..
src feature: virtio console support (#1113) 2025-03-27 20:48:40 +08:00
tests feat:(riscv/intr) 实现riscv plic驱动,能处理外部中断 (#799) 2024-05-01 21:11:32 +08:00
Cargo.toml