how i cant access above 1M memory

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
bgcq

how i cant access above 1M memory

Post by bgcq »

i write a boot loader and i open a20 line ,then use
mov esi,100000h
mov al,byte [esi]
,then the cpu run here,it die.
Tim

Re:how i cant access above 1M memory

Post by Tim »

You either need to switch to protected mode, or enable unreal mode.
Post Reply