Kernel: Fix segmenting bugs
This commit is contained in:
parent
39a1ed085c
commit
d9affa3cae
3 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue