Subversion Repositories Kolibri OS

Rev

Rev 2382 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2382 Rev 2385
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2382 $
8
$Revision: 2385 $
Line 9... Line 9...
9
 
9
 
Line 273... Line 273...
273
        dw     0x0000
273
        dw     0x0000
274
        db     0x00
274
        db     0x00
275
        dw     11010000b *256 +11110010b
275
        dw     11010000b *256 +11110010b
276
        db     0x00
276
        db     0x00
277
tss0_l:
277
tss0_l:
278
        dw     TSS_SIZE-1
278
        dw     sizeof.TSS-1
279
        dw     tss and 0xFFFF
279
        dw     tss and 0xFFFF
280
        db     (tss shr 16) and 0xFF
280
        db     (tss shr 16) and 0xFF
281
        db     10001001b
281
        db     10001001b
282
        dw     (tss shr 16) and 0xFF00
282
        dw     (tss shr 16) and 0xFF00