Removes a resident segment from the resident list
Source position: amigados.pas line 2161
function RemSegment( |
seg: PSegment |
):LongBool; |
seg |
|
The segment to be removed |
Removes a resident segment from the Dos resident segment list, unloads it, and does any other cleanup required. Will only succeed if the seg_UC (usecount) is 0.
|
Finds a segment on the resident list |
|
|
Adds a resident segment to the resident list |