1
0
Fork 0

Changes for new allocation system

Changes for new page mapping system


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1113
This commit is contained in:
Sjoerd van der Berg 2003-07-14 08:20:33 +00:00
parent 695d8e91d4
commit 84b3d2d4c2
3 changed files with 126 additions and 387 deletions

View file

@ -19,9 +19,6 @@
#ifndef __XMS_H__
#define __XMS_H__
// Return size of xms mem in mb
Bitu XMS_GetSize (void);
Bitu XMS_QueryFreeMemory (Bit16u& largestFree, Bit16u& totalFree);
Bitu XMS_AllocateMemory (Bitu size, Bit16u& handle);
Bitu XMS_FreeMemory (Bitu handle);