Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

15 linhas
512 B

%define IDTGateTypeTask32 5
%define IDTGateTypeInt16 6
%define IDTGateTypeTrap16 7
%define IDTGateTypeInt32 14
%define IDTGateTypeTrap32 15
struc IDTE32 ; Interrupt Descriptor Table Entry 32-bit
.OffsetLow: resw ; offset bits 0..15
.CodeSegmentSelector: resw ; a code segment selector in GDT or LDT
.UnusedZero: resb ; unused, set to 0
.GateType: resb ; type and attributes, see below
.OffsetHigh: resw ; offset bits 16..31
endstruc