Re: UniPCemu 80286/80386+ protected mode problems?
Posted on 2017-06-13, 22:21
The first task(the main task) seems to be at linear address 0x486 in memory. This seems to be task 0x0068 when initialized. It switches the second task using a CALL instruction. It switches to task 0x0048, marking task 0x0068 idle. Then it sets the Nested Task flag(to indicate it's to return to task …