diff --git a/posts/DRAFT-multiboot-module.md b/posts/DRAFT-multiboot-info.md similarity index 95% rename from posts/DRAFT-multiboot-module.md rename to posts/DRAFT-multiboot-info.md index 66399703..5c0b689c 100644 --- a/posts/DRAFT-multiboot-module.md +++ b/posts/DRAFT-multiboot-info.md @@ -1,12 +1,11 @@ --- layout: post -title: 'A Multiboot Module' +title: 'The Multiboot Information Structure' --- -TODO -## The Multiboot Information Structure When a multiboot compliant bootloader loads a kernel, it passes a pointer to a boot information struct in the `ebx` register. We can use it to get information about available memory and loaded kernel sections. So let's write a module for it! +## The Structure TODO ## Start and End of Kernel