From 1f074264c04e0bb6967a17b632d86f1b791c0563 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 11 Nov 2015 23:30:16 +0100 Subject: [PATCH] Rename and restructure multiboot info post --- posts/{DRAFT-multiboot-module.md => DRAFT-multiboot-info.md} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename posts/{DRAFT-multiboot-module.md => DRAFT-multiboot-info.md} (95%) 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