commit | da251d3dbf20d3376715b3309ed15b5fc4bae7b4 | [log] [tgz] |
---|---|---|
author | Casey Dahlin <sadmac@google.com> | Wed Jun 01 13:32:39 2016 -0700 |
committer | Casey Dahlin <sadmac@google.com> | Wed Jun 01 14:12:52 2016 -0700 |
tree | 996bd6cdbbbbc648397eedd4c0536a53c50b9653 | |
parent | c3ae67c35590ce0ed05e70599fdc29633e9f700c [diff] |
Set MBR bootloader code to busy loop on x86 Booting from one of our images on a PC could be seriously harmful. This patch adds a few standard instructions to the MBR bootloader code to hang a booting PC if someone tries to boot from our image. Change-Id: I85af964595c7c63cbb5e456db87d30cfdb6ddadc Test: Updated unit tests pass Bug: None