bitmaps
Posted: Tue Jan 27, 2009 1:27 pm
Hi!
I'm trying to make some simple memory manager to my OS, and then a found a litlle trouble about how to implement bitmap blocks.
I'm posting this here, becouse it's more a programing question than an OS question..
How can i work with those blocks of bitmaps with c? I know how to set bit 1, but not the bit 4, or a range of 3 bits starting on bit 1 eficiently, nor how to search across the bitmap.
can anyone pointme to any where?
thanks!
I'm trying to make some simple memory manager to my OS, and then a found a litlle trouble about how to implement bitmap blocks.
I'm posting this here, becouse it's more a programing question than an OS question..
How can i work with those blocks of bitmaps with c? I know how to set bit 1, but not the bit 4, or a range of 3 bits starting on bit 1 eficiently, nor how to search across the bitmap.
can anyone pointme to any where?
thanks!