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

head: Move IDT clobbering code after segment registers are set #48

Closed krystian-hebel closed 4 years ago

krystian-hebel commented 4 years ago

Previous location resulted in triple fault on 'lidt' instruction.

Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com

krystian-hebel commented 4 years ago

Problem was elsewhere, see #49