Setting GDT Base and Limit [split]
Posted: Wed Jun 13, 2012 4:33 am
I am also facing the issue with GDT setting for CODE & DATA limit and base. I do not want Paging. I need code and data segment to be in range of 24k to 80k only.
Can any one please help and let me know why the below GDT setting does not work?
Can any one please help and let me know why the below GDT setting does not work?
Code: Select all
// DATA Segment ranges from 0x6000(24K) to 0x14000(80K)
0x00419B0060004000; // CODE Segment ranges from 0x6000(24K) to 0x14000(80K)
0x0041930060004000; // DATA Segment ranges from 0x6000(24K) to 0x14000(80K)