Perguntas com a marcação «win32»

8
O que a função Sys_PageIn () faz no Quake?

Percebi no processo de inicialização do Quake original que a seguinte função é chamada. volatile int sys_checksum; // **lots of code** void Sys_PageIn(void *ptr, int size) { byte *x; int j,m,n; //touch all memory to make sure its there. The 16-page skip is to //keep Win 95 from thinking we're...