enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Global Descriptor Table - Wikipedia

    en.wikipedia.org/wiki/Global_Descriptor_Table

    Global Descriptor Table. The Global Descriptor Table (GDT) is a data structure used by Intel x86 -family processors starting with the 80286 in order to define the characteristics of the various memory areas used during program execution, including the base address, the size, and access privileges like executability and writability.

  3. Interrupt descriptor table - Wikipedia

    en.wikipedia.org/wiki/Interrupt_descriptor_table

    Interrupt descriptor table. The interrupt descriptor table (IDT) is a data structure used by the x86 architecture to implement an interrupt vector table. The IDT is used by the processor to determine the memory addresses of the handlers to be executed on interrupts and exceptions. The details in the description below apply specifically to the ...

  4. Task state segment - Wikipedia

    en.wikipedia.org/wiki/Task_state_segment

    Task state segment. The task state segment (TSS) is a structure on x86 -based computers which holds information about a task. It is used by the operating system kernel for task management. Specifically, the following information is stored in the TSS: Processor register state. I/O port permissions.

  5. Protected mode - Wikipedia

    en.wikipedia.org/wiki/Protected_mode

    In computing, protected mode, also called protected virtual address mode, [1] is an operational mode of x86-compatible central processing units (CPUs). It allows system software to use features such as segmentation, virtual memory, paging and safe multi-tasking designed to increase an operating system's control over application software.

  6. Unreal mode - Wikipedia

    en.wikipedia.org/wiki/Unreal_mode

    In x86 computing, unreal mode, also big real mode, flat real mode, or voodoo mode[1] is a variant of real mode, in which one or more segment descriptors has been loaded with non-standard values, like 32-bit limits allowing access to the entire memory. Contrary to its name, it is not a separate addressing mode that the x86 processors can operate ...

  7. INT 10H - Wikipedia

    en.wikipedia.org/wiki/INT_10H

    INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10 hex, the 17th interrupt vector in an x86 -based computer system. The BIOS typically sets up a real mode interrupt handler at this vector that provides video services. Such services include setting the video mode, character and string output, and graphics primitives (reading and ...

  8. Global distance test - Wikipedia

    en.wikipedia.org/wiki/Global_distance_test

    The global distance test (GDT), also written as GDT_TS to represent "total score", is a measure of similarity between two protein structures with known amino acid correspondences (e.g. identical amino acid sequences) but different tertiary structures. It is most commonly used to compare the results of protein structure prediction to the ...

  9. General protection fault - Wikipedia

    en.wikipedia.org/wiki/General_protection_fault

    A general protection fault (GPF) in the x86 instruction set architectures (ISAs) is a fault (a type of interrupt) initiated by ISA-defined protection mechanisms in response to an access violation caused by some running code, either in the kernel or a user program. The mechanism is first described in Intel manuals and datasheets for the Intel ...