rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
147 stars 61 forks source link

rename high_mem_start to load_addr #162

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 3 years ago

This patch is in preparation of adding aarch64 support. Naming the field load_addr makes it a bit more platform independent.