From 774b94d152f88a32e86e018560a0ac0f1db857d0 Mon Sep 17 00:00:00 2001 From: bzt Date: Sun, 25 Nov 2018 17:37:14 +0100 Subject: [PATCH] Added Linux boot protocol too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e86637..9265163 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ BOOTBOOT-PANIC: Kernel is not a valid executable The file that was specified as kernel could be loaded by fs drivers, but it's not an ELF64 or PE32+, does not match the architecture, or does not have any program header with a loadable segment (p_vaddr or core_base) -in the negative range (see linker script). This error is also shown by level 2 loaders if the address of `fb`, +in the negative range (see linker script). This error is also shown by level 2 loaders if the address of `mmio`, `fb`, `bootboot` and `environment` symbols are not in the negative range. ```