mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove 32bit code
This commit is contained in:
parent
b163fa4521
commit
e38722c7f4
1 changed files with 4 additions and 1 deletions
|
@ -272,7 +272,10 @@ gdt_flush:
|
|||
xor eax, eax
|
||||
mov fs, eax
|
||||
mov gs, eax
|
||||
jmp 0x08:flush2
|
||||
; create pseudo interrupt to set cs
|
||||
push 0x08
|
||||
push flush2
|
||||
iretq
|
||||
flush2:
|
||||
ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue