Skip to content

Commit

Permalink
Fix code block linter error
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 bfab1b0 commit e804178
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 @@ -83,7 +83,7 @@ In the context of this project, it may be valuable to note that simply adding th
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:

```
```text
+--------------------+
| Updated EHDR |
+--------------------+
Expand Down

0 comments on commit e804178

Please sign in to comment.