FORKgit add .git add .!

This commit is contained in:
2026-07-08 19:11:39 -05:00
parent e42ee8eb85
commit ec3cbb4794
10 changed files with 146 additions and 105 deletions

View File

@@ -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