Multiboot information
Posted: Thu Aug 01, 2013 3:01 am
Hello every one.
I want to setup a memory manager but it seems that I should get some information from grub with a pointer in ebx. But I don't know how. I have read the wiki tutorial but I don't understand it. There is another multiboot structure in http://www.gnu.org/software/grub/manual ... n%20format and as you see it's different from that multiboot.h file in the wiki (Or may not). I just want to know how do I get the size of my kernel and it's position and reserved memory areas for BIOS and others and get the total size of memory
I will appreciate if anyone could help
I want to setup a memory manager but it seems that I should get some information from grub with a pointer in ebx. But I don't know how. I have read the wiki tutorial but I don't understand it. There is another multiboot structure in http://www.gnu.org/software/grub/manual ... n%20format and as you see it's different from that multiboot.h file in the wiki (Or may not). I just want to know how do I get the size of my kernel and it's position and reserved memory areas for BIOS and others and get the total size of memory
I will appreciate if anyone could help