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.
how i cant access above 1M memory
Re:how i cant access above 1M memory
You either need to switch to protected mode, or enable unreal mode.