Fix wrong segment selector
This commit is contained in:
parent
636813f768
commit
928506da8b
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ RELOCATOR_VARIABLE (edx)
|
|||
.byte 0xea
|
||||
RELOCATOR_VARIABLE (eip)
|
||||
.long 0
|
||||
.word 0x08
|
||||
.word CODE_SEGMENT
|
||||
|
||||
/* GDT. Copied from loader/i386/linux.c. */
|
||||
.p2align 4
|
||||
|
|
Loading…
Reference in a new issue