blob: 0da4bfc2aea22c0204244fcb1a510fa7bae00887 [file] [log] [blame]
swissChili1e8b7562021-12-22 21:22:57 -08001 [bits 32]
2 [global tss_flush]
3tss_flush:
4 mov ax, 0x2b ; 0x28 = offset of TSS, | 0b11 to make
5 ; it user-readable
6 ltr ax ; Load task register
7 ret