diff options
author | Richard Braun <rbraun@sceen.net> | 2017-07-29 11:12:47 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-07-29 11:13:42 +0200 |
commit | 7dad3346fcbe327eb14aa2902e8cbc8bbe40b05d (patch) | |
tree | bd47caa4777375d8a4652bc64a64a420fe165bbc | |
parent | bbc4b610d50c529152db9abe1884628d9b05cdd3 (diff) |
x86/boot: add a todo entry about EFI support
-rw-r--r-- | arch/x86/machine/boot.c | 2 |
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> |