Kernel: Clear DF on every interrupt handler

I was missing this and it lead to UB with my new mem* functions that
were implemented with `rep`
This commit is contained in:
2025-01-17 16:11:13 +02:00
parent 03b5c8e76e
commit 34775633b2
4 changed files with 12 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ asm_syscall_handler:
pushq %r13
pushq %r14
pushq %r15
cld
movq %rsi, %r8
movq %rdi, %r9