From 83648fcbbadcbaaaf3a1253305bd3cff6229f621 Mon Sep 17 00:00:00 2001 From: paul-naert Date: Tue, 22 May 2018 17:18:37 -0700 Subject: [PATCH] Updated README Deleted an unnecessary sentence --- examples/linux-kernel/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/linux-kernel/README.md b/examples/linux-kernel/README.md index a910afa..e46a6c5 100644 --- a/examples/linux-kernel/README.md +++ b/examples/linux-kernel/README.md @@ -166,7 +166,6 @@ It will then call the link command on those files and generate a vmlinux executa The gclang build of the kernel adds llvm_bc headers to most files, and those mess with the generation of a compressed bootable kernel. We need to have a separate folder built form clang or gcc on which to finish the kernel build and install. -That is the purpose of the bootable-kernel script. Finally, calling the install-kernel script will copy the new kernel into the clang generated folder and finish the build and install. Rebooting will be on the bitcode kernel. NB: The generated kernel boots properly but it may be buggy. Most notably, I have experienced issues when shutting down and booting the machine a second time.