Ntoskrnl

Ntoskrnl

Ntoskrnl

Ntoskrnl.exe — файл ядра операционных систем семейства Windows NT (NT 4.0, 2000, XP, 2003, Vista, 2008). Данный файл запускается загрузчиком ядра NTLDR.

Различают 4 версии ядра:

  • ntoskrnl.exe — однопроцессорное ядро Windows;
  • ntkrnlmp.exe — многопроцессорное ядро Windows;NTKRNLMP = "NT KeRNeL, Multi-Processor version"
  • ntkrnlpa.exe — однопроцессорное ядро Windows с более чем 3 ГБ оперативной памяти (RAM);
  • ntkrpamp.exe — многопроцессорное ядро Windows с более чем 3 ГБ оперативной памяти (RAM).

Содержание

Старт

Пример кода ntoskrnl.exe:

// NTOSKRNL main
//
int main( boot parameters )
{
  //
  // Fire up NT!
  //
  KiSystemStartup();
  return 0;
}

[1]

Имя ядер

  • NTOSKRNL.EXE : 1 процессор
  • NTKRNLMP.EXE : N процессор SMP
  • NTKRNLPA.EXE : 1 процессор, PAE
  • NTKRPAMP.EXE : N процессор SMP, PAE

Примечание

Текст заголовка


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Полезное


Смотреть что такое "Ntoskrnl" в других словарях:

  • Ntoskrnl — Noyau Windows NT Le noyau de Windows NT est le composant Microsoft qui assure l accès sécurisé des différentes tâches de Windows à la couche du matériel (Hardware abstraction layer). Sur un système 32 bits classique monoprocesseur, le noyau s… …   Wikipédia en Français

  • ntoskrnl.exe — (and ntkrnlpa.exe on systems with Physical Address Extension support) is the kernel image for the family of Microsoft Windows NT operating systems. It provides the Kernel and Executive layers of the Windows NT kernel space, and is responsible for …   Wikipedia

  • Ntoskrnl.exe — (and ntkrnlpa.exe on systems with Physical Address Extension support) is the kernel image for the family of Microsoft Windows NT operating systems. It provides the Microkernel and Executive layers of the Windows NT kernel space, and is… …   Wikipedia

  • Ntoskrnl.exe — (y ntkrnlpa.exe en sistemas con soporte de extensión de dirección física) es la imagen del kernel para la familia de sistemas operativos Microsoft Windows NT. Proporciona el núcleo y las capas del núcleo de Windows NT, y es responsable de… …   Wikipedia Español

  • Ntoskrnl.exe — (сокр. от англ. NT OS kernel «ядро операционной системы NT»)  файл ядра операционных систем семейства Windows NT (NT 4.0, 2000 …   Википедия

  • Ntoskrnl.exe — Noyau Windows NT Le noyau de Windows NT est le composant Microsoft qui assure l accès sécurisé des différentes tâches de Windows à la couche du matériel (Hardware abstraction layer). Sur un système 32 bits classique monoprocesseur, le noyau s… …   Wikipédia en Français

  • Native API — The Native API (with capitalized N) is the publicly and incompletely documented application programming interface used internally by the Windows NT family of operating systems produced by Microsoft.[1]. It is predominately used during system boot …   Wikipedia

  • BSOD — Écran bleu de la mort Un écran bleu sur un téléphone public. L écran bleu de la mort aussi abrégé BSoD de l anglais Blue Screen of Death se réfère à l écran affiché par le système d exploitation Microsoft Windows lorsqu il ne peut plus récupérer… …   Wikipédia en Français

  • BSoD — Écran bleu de la mort Un écran bleu sur un téléphone public. L écran bleu de la mort aussi abrégé BSoD de l anglais Blue Screen of Death se réfère à l écran affiché par le système d exploitation Microsoft Windows lorsqu il ne peut plus récupérer… …   Wikipédia en Français

  • Blue Screen of Death — Écran bleu de la mort Un écran bleu sur un téléphone public. L écran bleu de la mort aussi abrégé BSoD de l anglais Blue Screen of Death se réfère à l écran affiché par le système d exploitation Microsoft Windows lorsqu il ne peut plus récupérer… …   Wikipédia en Français


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»