mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
hw_x86_64: Restore kernel SS on MT entry
This commit is contained in:
parent
0e065c162b
commit
afb827a96f
@ -170,6 +170,7 @@
|
|||||||
|
|
||||||
/* Restore kernel segment registers */
|
/* Restore kernel segment registers */
|
||||||
mov $0x10, %rbx
|
mov $0x10, %rbx
|
||||||
|
mov %rbx, %ss
|
||||||
mov %rbx, %ds
|
mov %rbx, %ds
|
||||||
mov %rbx, %es
|
mov %rbx, %es
|
||||||
mov %rbx, %fs
|
mov %rbx, %fs
|
||||||
|
Loading…
Reference in New Issue
Block a user