Virtual 8086 Paging

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
MrLolthe1st
Member
Member
Posts: 90
Joined: Sat Sep 24, 2016 12:06 am

Virtual 8086 Paging

Post by MrLolthe1st »

Hi all.
Im loaded 2nd bootloader from FAT32.
Im entered protected mode.
Im entered virtual 8086 mode.
I cant find any information about paging in v86.
Help me to write procedures to change memory pages in v86.
alexfru
Member
Member
Posts: 1112
Joined: Tue Mar 04, 2014 5:27 am

Re: Virtual 8086 Paging

Post by alexfru »

MrLolthe1st wrote:I cant find any information about paging in v86.
Virtual 8086 mode isn't any different from protected mode in terms of page translation. Read your intel/AMD CPU manual.
Post Reply