diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 17:14:07 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 17:14:07 +0200 |
| commit | 29ea3208b004f15dafa48ae29a75ba7f0c093a74 (patch) | |
| tree | bc39ac9b187753e9a16dbac5bf9c2523b32097f9 /asm | |
| parent | 819a4e871058f2dc4a2e255ecbe5a2c49cc8450c (diff) | |
working on vt52 layer
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. |
