dreamos82 / Dreamos64

My experiments with osdev... again
160 stars 8 forks source link

Fix Memory Initialization issue #61

Closed dreamos82 closed 2 years ago

dreamos82 commented 2 years ago

The issue was related to the address of memory map, that was not taking into account the multiboot information structure, that is placed usually after the kernel, this new code now place the memory_map variable right after the multiboot structure.