mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
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>
23 lines
200 B
Plaintext
23 lines
200 B
Plaintext
/cmake-build-debug/
|
|
/bin/
|
|
!.gitkeep
|
|
DragonOS.iso
|
|
.idea/
|
|
/tmp/
|
|
kernel/kernel
|
|
.DS_Store
|
|
|
|
*.o
|
|
*.a
|
|
*.s
|
|
out
|
|
serial_opt.txt
|
|
docs/_build
|
|
draft
|
|
cppcheck.xml
|
|
/target/
|
|
.cache
|
|
compile_commands.json
|
|
/logs/
|
|
*.log
|