What is the booting sequence of window operating system and how it is different from linux operating system?

Questions by raviranjanprasad

Showing Answers 1 - 5 of 5 Answers

saurabh parihar

  • Apr 27th, 2006
 

windows operating sequence is operated with help of addresing modes while in linux it is done with memory locations

  Was this answer useful?  Yes

manjunath venkat

  • May 30th, 2006
 

Hi all,

In Windows there are 4 major steps.

1. BOOt.INI

2.NTLDR

3.NTDETECT.com

4.NTOSKERNER.EXE

  Was this answer useful?  Yes

mallikarjun

  • Jul 12th, 2006
 

Hi

Can you explain more... What is the major differece?

  Was this answer useful?  Yes

Syed Sadat Ali

  • Aug 15th, 2006
 

First of all after POST (Power on self Test). BIOS utility search for Booting sequence in System.

Here onwards MBR(master boot record) check sector 0. (512 bytes). Here Signature of OS is detected.

First Sector is readed from this location.

From this first sector searches for IO.SYS, MSDOS.sys loaded into primary memory (640 Kb).

If Win2k... onwards searches for NTLDR, NTDETECT.COM check and loaded into Primary memory and control passess to Kernel of Windows 2k. It will take charge of Extended and Expanded Memory and all respective drivers of devices are loaded here onward.

This is not applicable if we are taking in any linux/unix flavours.

kernal modules directly loaded into RAM (Randum Access Memory) and some part is reseverd by windows itself ie., called IVT (interrupt vector table).

Syed Sadat Ali

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions