mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:09:11 +02:00
* fixed low,high for alloc_global_dos which were wrong
This commit is contained in:
parent
f63f6629a2
commit
adda495d22
@ -1017,8 +1017,8 @@ Parameters:
|
|||||||
\begin{description}
|
\begin{description}
|
||||||
\item [bytes:\ ] size of requested real mode memory.
|
\item [bytes:\ ] size of requested real mode memory.
|
||||||
\end{description}
|
\end{description}
|
||||||
Return values: The high word of the returned value contains the selector to
|
Return values: The low word of the returned value contains the selector to
|
||||||
the allocated \dos memory block, the low word the corresponding real mode
|
the allocated \dos memory block, the high word the corresponding real mode
|
||||||
segment value. The offset value is always zero.
|
segment value. The offset value is always zero.
|
||||||
This function allocates memory from \dos memory pool, i.e. memory below the 1
|
This function allocates memory from \dos memory pool, i.e. memory below the 1
|
||||||
MB boundary that is controlled by \dos. Such memory blocks are typically used
|
MB boundary that is controlled by \dos. Such memory blocks are typically used
|
||||||
|
Loading…
Reference in New Issue
Block a user