Releases a RAM memory bank.
Response: After the memory controller has processed the system call, it will respond with BIOS_RAM_RELEASED.
llMessageLinked(LINK_ROOT, [memory_bank], "BIOS_RAM_RELEASE", [user]);
| • target | LINK_ROOT |
| • integer | [memory_bank] |
| • key | [user] |
| Parameter | Description |
|---|---|
[memory_bank] |
Integer. Must be the memory bank number to release. |
[user] |
String. Must be the [user] that was sent with BIOS_RAM_ALLOCATE to allocate the selected memory bank. |
[user] values for allocated memory banks