FORKgit add .git add .!
This commit is contained in:
@@ -57,8 +57,6 @@ ISR_ERRCODE 14 # Page Fault (Has Error Code!)
|
||||
isr32:
|
||||
cli
|
||||
pushal
|
||||
call send_eoi_master
|
||||
|
||||
push %ds
|
||||
|
||||
mov $0x10, %ax
|
||||
@@ -68,8 +66,9 @@ isr32:
|
||||
call switch_context
|
||||
movl %eax, %esp
|
||||
|
||||
pop %ds
|
||||
call send_eoi_master
|
||||
|
||||
pop %ds
|
||||
popal
|
||||
sti
|
||||
iret
|
||||
|
||||
Reference in New Issue
Block a user