First post, by erisk
Hello,
I've a little problem executing the following code in DosBOX:
mov ah, 48h
mov bx, 0xFFFF
int 21h
That to try to find the biggest block of memory available.
I obtain as result "error code 8" (expected in that case) but with 'bx' set to zero (!) available memory blocks (instead of a reasonable number, for example 0x1000 😁 )
Something different happens if i start my program after execution of loadfix.com. Always, also in this case, the result is always low (typical 0x81 16-bytes blocks that is 2064 bytes)
I've looked for here and on the Internet but I've not found any useful clue.
Can someone help me?
The version of dosbox is 0.63 under Windows 2000.
bYe
ErIsK