What Happens If I Won't Enable A20 line in PM ?

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
User avatar
EladAshkcenazi335
Posts: 10
Joined: Sat May 06, 2017 11:35 am
Libera.chat IRC: ELAD335

Re: What Happens If I Won't Enable A20 line in PM ?

Post by EladAshkcenazi335 »

onlyonemac wrote:Does it work?
On the computers I tested it works fine (didn't test it on virtual machine though).
Restart any PC in the easy way around:

mov eax,cr0
xor al,1
mov cr0,eax
lidt [illegal_idtr]
jmp 0:$

; done:)
Post Reply