README.md: Add references to Open Security Training
The old Open Security Training site had a course called Advanced x86: BIOS and SMM Internals, which had a set of slides outlining the method to supress SMIs by changing the GBL_SMI_EN bit. Add a reference to it as this is where I originally learned of this method.btrfsvols
parent
39a3de574a
commit
f481908135
|
@ -100,3 +100,7 @@ There are other possible protection mechanisms that the firmware can utilize,
|
|||
such as Protected Range Register settings, which apply access permissions to
|
||||
address ranges of the flash, similar to the IFD. However, the E6400 vendor
|
||||
firmware does not utilize these, so they will not be discussed.
|
||||
|
||||
## References
|
||||
- Open Security Training: Advanced x86: BIOS and SMM Internals - SMI Suppression
|
||||
- https://opensecuritytraining.info/IntroBIOS_files/Day1_XX_Advanced%20x86%20-%20BIOS%20and%20SMM%20Internals%20-%20SMI%20Suppression.pdf
|
||||
|
|
Loading…
Reference in New Issue