TrenchBoot / landing-zone

An open source implementation of an AMD-V Secure Loader.
GNU General Public License v2.0
23 stars 7 forks source link

Move lz_header from asm up into C #67

Closed andyhhp closed 3 years ago

andyhhp commented 3 years ago

Let the compiler do the hard job of keeping the data in sync. No need to hand-craft the structure.

Signed-off-by: Andrew Cooper andrew.cooper3@citrix.com