Skip to content

Commit

Permalink
Remove repetition
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Pana <[email protected]>
  • Loading branch information
mariapana committed Jul 12, 2024
1 parent d86eea6 commit bfab1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2024-07-10-gsoc-multiboot2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit bfab1b0

Please sign in to comment.