also set gs

This commit is contained in:
K. Lange 2018-07-11 16:09:25 +09:00
parent 9dccacea38
commit 905f5c2c95
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ gdt_flush:
mov %ax, %es mov %ax, %es
mov %ax, %fs mov %ax, %fs
mov %ax, %ss mov %ax, %ss
mov %ax, %gs
ljmp $0x08, $.flush ljmp $0x08, $.flush
.flush: .flush: