summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-07-29 11:12:47 +0200
committerRichard Braun <rbraun@sceen.net>2017-07-29 11:13:42 +0200
commit7dad3346fcbe327eb14aa2902e8cbc8bbe40b05d (patch)
treebd47caa4777375d8a4652bc64a64a420fe165bbc
parentbbc4b610d50c529152db9abe1884628d9b05cdd3 (diff)
x86/boot: add a todo entry about EFI support
-rw-r--r--arch/x86/machine/boot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c
index 25e92ff6..82b5330a 100644
--- a/arch/x86/machine/boot.c
+++ b/arch/x86/machine/boot.c
@@ -40,6 +40,8 @@
* almost everywhere, the latter solution is implemented (a small part of
* 32-bit code is required until the identity mapping is in place). Mentions
* to "enabling paging" do not refer to this initial identity mapping.
+ *
+ * TODO EFI support.
*/
#include <stdalign.h>