Correct a typo causing page fault during int handling after switching to new kernel stack
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 53s
Builds / ExectOS (i686) (push) Successful in 50s

This commit is contained in:
Rafal Kupiec 2024-05-06 16:47:12 +02:00
parent e4155ee008
commit cf0d23b6fe
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -102,7 +102,7 @@ ArpTrap\Vector:
movdqa %xmm0, TrapXmm0(%rbp)
/* Test previous mode and swap GS if needed */
movl $0, TrapPreviousMode(%ebp)
movl $0, TrapPreviousMode(%rbp)
mov %cs, %ax
and $1, %al
mov %al, TrapPreviousMode(%rbp)