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:
parent
695d8e91d4
commit
84b3d2d4c2
3 changed files with 126 additions and 387 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue