Memory Bitmap Structure Address

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
FunnyGuy9796
Member
Member
Posts: 61
Joined: Tue Sep 13, 2022 9:29 pm
Libera.chat IRC: FunnyGuy9796

Memory Bitmap Structure Address

Post by FunnyGuy9796 »

I am setting up a bitmap structure for my physical memory manager and was curious what address it should start at. I am a little unsure whether this address needs to be a specific address or if I free to allow it to start at any address.
Octocontrabass
Member
Member
Posts: 5562
Joined: Mon Mar 25, 2013 7:01 pm

Re: Memory Bitmap Structure Address

Post by Octocontrabass »

Any address, within reason.
FunnyGuy9796
Member
Member
Posts: 61
Joined: Tue Sep 13, 2022 9:29 pm
Libera.chat IRC: FunnyGuy9796

Re: Memory Bitmap Structure Address

Post by FunnyGuy9796 »

Alright, that’s what I assumed. Thanks!
Post Reply