mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Lesson 23, step 6
This commit is contained in:
parent
aa7a78349b
commit
c473761432
@ -39,6 +39,7 @@ irq_common_stub:
|
||||
mov es, ax
|
||||
mov fs, ax
|
||||
mov gs, ax
|
||||
cld
|
||||
call irq_handler ; Different than the ISR code
|
||||
pop ebx ; Different than the ISR code
|
||||
mov ds, bx
|
||||
|
Loading…
Reference in New Issue
Block a user