Don't load fs and gs. They have special meaning in long mode.
This commit is contained in:
parent
6511c39762
commit
78dc192a16
@ -104,8 +104,6 @@ _start:
|
|||||||
mov ss, eax
|
mov ss, eax
|
||||||
mov ds, eax
|
mov ds, eax
|
||||||
mov es, eax
|
mov es, eax
|
||||||
mov fs, eax
|
|
||||||
mov gs, eax
|
|
||||||
|
|
||||||
//; Loop infinitely
|
//; Loop infinitely
|
||||||
jmp $
|
jmp $
|
||||||
|
Loading…
x
Reference in New Issue
Block a user