detecting memory x64

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
newosdeveloper2021
Posts: 15
Joined: Sat May 01, 2021 8:47 pm

detecting memory x64

Post by newosdeveloper2021 »

how do i detect memory on x64 and system info like that? without putting it somewhere in memory or pass it to the entry via bootloader?

now im past paging
moonchild
Member
Member
Posts: 73
Joined: Wed Apr 01, 2020 4:59 pm
Libera.chat IRC: moon-child

Re: detecting memory x64

Post by moonchild »

You have to pass it through from the bootloader.

Is there a reason you don't want to do that?
Post Reply