Kernel: Fix segmenting bugs

This commit is contained in:
Nero 2021-04-20 16:27:10 +00:00
parent 39a1ed085c
commit d9affa3cae
3 changed files with 23 additions and 2 deletions

View file

@ -77,6 +77,10 @@ init push ax
mov al, 8
out dx, al
; DS = interrupt table
xor ax, ax
mov ds, ax
; hook video services
; keep original ptr in intvec 47h for chaining
mov ax, int10