diff options
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/helpers.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/helpers.s b/asm/helpers.s index 6e89df6..e92b49f 100644 --- a/asm/helpers.s +++ b/asm/helpers.s @@ -30,7 +30,7 @@ setup_gdt: tss_flush: - movb $0x2B,%ax # Load the index of our TSS structure - The index is + movw $0x2B,%ax # Load the index of our TSS structure - The index is # 0x28, as it is the 5th selector and each is 8 bytes # long, but we set the bottom two bits (making 0x2B) # so that it has an RPL of 3, not zero. |
