Skip to content
Snippets Groups Projects
Commit 0bef890b authored by Stephen D's avatar Stephen D
Browse files

Enabled A20 line - fixed large video glitch

parent 842c186e
Branches master
No related tags found
No related merge requests found
......@@ -48,6 +48,11 @@ error:
[bits 32]
BEGIN_PM:
;; Set the A20 line
in al, 0x92
or al, 2
out 0x92, al
mov ebx, MSG_PROT_MODE
call print_string_pm
call KERNEL_OFFSET; Give control to the kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment