This commit is contained in:
2025-12-15 13:20:58 +01:00
parent 7e02e20878
commit b064038c2d
9 changed files with 27 additions and 10 deletions

View File

@@ -20,7 +20,9 @@ syscall_entry:
cld
; Call the high-level (C++) system call handler
sti
call syscall_handler
cli
; Optional: Prevent kernel information leakage
; by zeroing scratch registers