progress?

This commit is contained in:
2025-05-31 20:28:00 -04:00
parent 013b5a557e
commit c50d3f14a6
4 changed files with 39 additions and 2 deletions

View File

@ -3,6 +3,7 @@ extern exception_handler
%macro isr_err_stub 1
isr_stub_%+%1:
pushad
cld
push dword %1
call exception_handler
popad
@ -12,6 +13,7 @@ isr_stub_%+%1:
%macro isr_no_err_stub 1
isr_stub_%+%1:
pushad
cld
push dword %1
call exception_handler
popad