ELF physical address. Need a refresh.
Posted: Sun Jul 05, 2015 2:15 am
Hello,
I just need a slight remainder. I read again the ELF wiki page http://wiki.osdev.org/ELF#File_Structure.
Can someone tell me when I need to take care of the physical address provided by the elf header sections on modern Unix systems ?
I guess even DMA is not concerned, since you allocate it at runtime, and make use of the physical allocator.
Is it something to remain compatible with systems that don't have virtual memory / didn't enable it yet (boot, real mode...) ?
Thanks
Julien
I just need a slight remainder. I read again the ELF wiki page http://wiki.osdev.org/ELF#File_Structure.
Can someone tell me when I need to take care of the physical address provided by the elf header sections on modern Unix systems ?
I guess even DMA is not concerned, since you allocate it at runtime, and make use of the physical allocator.
Is it something to remain compatible with systems that don't have virtual memory / didn't enable it yet (boot, real mode...) ?
Thanks
Julien