axdevice 0.4.13

A reusable, OS-agnostic device abstraction layer designed for virtual machines.
Documentation
# Build output and other log files from arceos
/target
*.asm
*.img
*.bin
*.elf
actual.out
qemu.log
rusty-tags.vi

# Visual Studio Code settings
/.vscode

# macOS system files
.DS_Store

# We ignore Cargo.lock because `axvcpu` is just a library
Cargo.lock

# Test results (generated by shared test framework)
/test-results/
/test_repos/
*.log

# Downloaded test framework
/scripts/.axci/