Tagged Questions
0
votes
2answers
451 views
BIOS INT 0x15 Function 0x88 always returns same memory size
I'm using BIOS int 0x15 on my Bochs emulator, however this always returns the same memory size (34440) no matter what I have configured:
mov ax, 0x88
int 0x15
I know that there are better methods ...