Skip to content

Commit

Permalink
Add links to source code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariapana committed Aug 2, 2024
1 parent 8283bd8 commit 8500873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/2024-08-01-gsoc-multiboot2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Ladies and gentlemen, we successfully booted into Unikraft! 🎉
## Monkey see, Monkey do

Now that GRUB collected the necessary information in the form of the `mbi`, it is time to pass it to Unikraft.
This is done by calling the `multiboot2_entry` function, which is defined in `multiboot2.c`.
This is done by calling the [`multiboot2_entry`](https://github.com/mariapana/unikraft/blob/multiboot2/plat/kvm/x86/multiboot2.c#L162) function, which is defined in `multiboot2.c`.

The `multiboot2_entry` function is responsible for processing the Multiboot2 information and setting up the system for the kernel.
The [`multiboot2_entry`](https://github.com/mariapana/unikraft/blob/multiboot2/plat/kvm/x86/multiboot2.c#L162) function is responsible for processing the Multiboot2 information and setting up the system for the kernel.
This involves parsing the tags and setting up the memory regions, boot command line, and other essential parameters.

The focus now shifts to implementing the `multiboot2.c` file and testing the new modifications.
Expand Down

0 comments on commit 8500873

Please sign in to comment.