Recently , I began using vbe for graphics in my OS. When in real mode, the vbe info block structure returns a pointer to the video mode list. When i view this pointer's hex value, it looks like this: It is a douleword value
0x7bb24220
I am wondering how the data at this address can be gotten in real mode , since I can't access that address. Does any one have an idea how this can be done?