From bfab1b010e20285db7527afef46c50e6c1ee0237 Mon Sep 17 00:00:00 2001 From: Maria Pana Date: Fri, 12 Jul 2024 18:22:59 +0300 Subject: [PATCH] Remove repetition Signed-off-by: Maria Pana --- content/blog/2024-07-10-gsoc-multiboot2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2024-07-10-gsoc-multiboot2.mdx b/content/blog/2024-07-10-gsoc-multiboot2.mdx index 142404fa..f2453187 100644 --- a/content/blog/2024-07-10-gsoc-multiboot2.mdx +++ b/content/blog/2024-07-10-gsoc-multiboot2.mdx @@ -79,7 +79,7 @@ I talked a little about the tags in my previous blog post, but to recap, they pr Commonly, each tag has a type, size and payload. There is a multitude of tags to choose from, depending on the specific requirements of the system, adding to the flexibility of Multiboot2. -Additionaly, in the context of this project, it may be valuable to note that simply adding the Multiboot2 header to the ELF file is not sufficient. +In the context of this project, it may be valuable to note that simply adding the Multiboot2 header to the ELF file is not sufficient. On top of that, both `multiboot.py` and `multiboot2.py` scripts add an extra ELF header with updated offsets, "sandwiching" the Multiboot2 header between it and the original ELF. To better visualize this, we can refer to the following diagram: