mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Rename and restructure multiboot info post
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
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!
|
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
|
TODO
|
||||||
|
|
||||||
## Start and End of Kernel
|
## Start and End of Kernel
|
||||||
Reference in New Issue
Block a user