Describe the booting process for a Windows system.
Solution
Verified(1) As the hardware powers on, the BIOS begins executing from ROM and loads and executes the bootstrap loader from the disk.
(2) The NTLDR program is loaded from the root directory of the identified system device and determines which boot device contains the operating system.
(3) NTLDR loads the HAL library, kernel, and system hive. The system hive indicates the required boot drivers and loads them.
(4) Kernel execution begins by initialising the system and creating two processes: the system process containing all internal worker threads, and the first user-mode initialisation process: SMSS.
(5) SMSS further initialises the system by establishing paging files and loading device drivers.
(6) SMSS creates two processes: WINLOGON, which brings up the rest of the system, and CSRSS (the Win32 subsystem process).
The terms used in the explanation have all been explained in depth throughout previous chapters.
Create an account to view solutions
Create an account to view solutions
Recommended textbook solutions

Computer Organization and Design MIPS Edition: The Hardware/Software Interface
5th Edition•ISBN: 9780124077263 (5 more)David A. Patterson, John L. Hennessy
Fundamentals of Database Systems
7th Edition•ISBN: 9780133970777 (1 more)Ramez Elmasri, Shamkant B. Navathe
Introduction to Algorithms
3rd Edition•ISBN: 9780262033848 (2 more)Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen
Operating System Concepts
9th Edition•ISBN: 9781118063330 (2 more)Abraham Silberschatz, Greg Gagne, Peter B. GalvinMore related questions
- computer science
1/2
- computer science
1/3