Re:physical mm
Posted: Fri Aug 19, 2005 11:13 am
That address is not page aligned, 0x1000 = 4096 bytes, the pages are in the pattern:
0x0
0x1000
0x2000
0x3000
0x4000
0x5000
0x6000
0x7000
0x8000
0x9000
0x10000
If the last 3 numbers of the hex are not 0s before the flags are set then the address IS NOT page aligned.
0x0
0x1000
0x2000
0x3000
0x4000
0x5000
0x6000
0x7000
0x8000
0x9000
0x10000
If the last 3 numbers of the hex are not 0s before the flags are set then the address IS NOT page aligned.