From 29ea3208b004f15dafa48ae29a75ba7f0c093a74 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 17 May 2015 17:14:07 +0200 Subject: working on vt52 layer --- asm/helpers.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/helpers.s') 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. -- cgit v1.2.3