05 Flashcards
____________ before OS starts, firmware and system configurations are used to locate and load the second stage boot loader which is called?
Pre-Boot
BootMGR
_________ windows boot programs are used to locate and load the kernel and its dependencies
Boot
_________ kernel is initialized
kernel initialization
_________ user mode system processes start
User Mode Startup
What is the order of steps of Boot Phase? 1-5
1-5 PBWD0x
Switches from real to protected mode (protected mode)
Reads BCD (BCD)
Starts winload.exe (winload,exe)
Loads the Ntoskrnl.exe and Hal.dll (Ntoskrnl)
Starts the drivers with start values of (0x0)
What is the order of steps for the kernel initialization phase? 6-9
6-9 MHDS
Ntdll.dll is mapped into address space (Mapped)
Creates HKLM\Hardware (HKLM)
starts drivers with start values of (0x1) (drivers)
stars smss.exe (0) process (smss.exe
What is the start value for each of the following?
0x0 _____
0x1 _____
0x2 _______
0x3 ______
0x4 ______
Boot
System
Automatic
Manuel
Disabled
What does eaxh type value tell us about a service?
0x10
0x20
Has its own executable
is a library and relies on svchost.exe