sysprog21 / semu

A minimalist RISC-V system emulator capable of running Linux kernel
MIT License
247 stars 46 forks source link

Introduce PACKED macro #57

Closed shengwen-tw closed 1 week ago

shengwen-tw commented 1 week ago

Introduce PACKED macro for cross-platform structure alignment, frequently used by VirtIO device implementations in the semu.

jserv commented 1 week ago

Thank @shengwen-tw for contributing!