mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
hw_x86_64: Restore kernel SS on MT entry
This commit is contained in:
committed by
Christian Helmuth
parent
0e065c162b
commit
afb827a96f
@ -170,6 +170,7 @@
|
||||
|
||||
/* Restore kernel segment registers */
|
||||
mov $0x10, %rbx
|
||||
mov %rbx, %ss
|
||||
mov %rbx, %ds
|
||||
mov %rbx, %es
|
||||
mov %rbx, %fs
|
||||
|
Reference in New Issue
Block a user