ooohhh olaf, you're so cold hearted
> > > I think you looked at the wrong docs.
> > > They worked fine (and still do) for me and many others years ago.
> > yeah i did use crap docs on my new computer. but now i just found some old docs on my crap computer that tell you exactly how big each data is and even their offsets if you can't be bothered to count off yourself.
> Have you heard of 'struct'?
> > i'm still having trouble though. this part of my code is the only place where i don't understand everything coz some of it is stuff djgpp recomends you just stick in there.
> Read more DJGPP docs.
> > apparently you have to do all these magical functions to pointers before you can use them. i can't understand it. i'm supposed to get a pointer to the list of vesa modes but is that number the actual number or is it a trick coded one? man programming sucks.
> The VESA docs explain that.
> > i think my code worked on my other computer coz rather than read through the list of vesa modes i read through almost my entire memory including the vesa list and luckily a value the same as the delimiter was not found before.