System32 Function 15 (0Fh) - Delete Descriptor
Description |
This service lets you free any descriptors you've allocated. Note that freeing a descriptor does NOT mean that the memory covered by this descriptor is also freed |
Input |
AL |
15d(0Fh) |
---|---|
BX |
Descriptor to destroy |
Output |
None |
None |
---|
Errorcodes |
None |
None |
---|
Notes |
System32 also takes care of removing the entry of this descriptor from the GDT by setting all it's value to 0's. You can see this by using the 'gdt' command from the prompt. |
Development Status |
Working |