rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Use `flat_device_tree` crate for examples #153

Closed qwandor closed 2 months ago

qwandor commented 2 months ago

The fdt crate hasn't been updated in a while, flat_device_tree is a fork with an improved API. I also fixed a bug which got the prefetchable attribute for PCI ranges from the wrong bit.