Skip to content

Conversation

@NotYourFox
Copy link
Contributor

@NotYourFox NotYourFox commented Jan 16, 2025

Usage example:

struct multiboot_tag_mmap *multiboot_mmap =
	    (struct multiboot_tag_mmap *)get_multiboot_tag(MULTIBOOT_TAG_TYPE_MMAP);

The array is initialized in kernel_mmap_init(), with an exception to MULTIBOOT_TAG_TYPE_MODULE, since there may be more than one of them and a list-like structure should be made for them.

@0Nera 0Nera merged commit b3738d1 into CIS-osdev:master Jan 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants