We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0754b1f + f9ac49e commit f1b738fCopy full SHA for f1b738f
book/src/tutorial/hardware.md
@@ -1,5 +1,8 @@
1
# Running on Hardware
2
3
+Prerequisite: To allow loading your unsigned binary on your personal machine,
4
+[secure boot] needs to be disabled in the BIOS setup.
5
+
6
To run on real hardware you'll need a specially-prepared USB drive.
7
8
## Preparation
@@ -67,6 +70,7 @@ key.
67
70
68
71
Once the one-time boot menu appears, select your USB drive and press enter.
69
72
73
+[secure boot]: https://en.wikipedia.org/wiki/UEFI#Secure_Boot
74
[GPT]: https://en.wikipedia.org/wiki/GUID_Partition_Table
75
[FAT]: https://en.wikipedia.org/wiki/File_Allocation_Table
76
[boot files]: ../concepts/gpt.html#system-partition
0 commit comments