<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 7/10/2011 10:37 AM, Niamathullah sharief wrote:
    <blockquote
cite="mid:CACZhsRgbTip9FueTx1Awyt2pb+xULrBx9ZCN63BPt5pK9OAiww@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=ISO-8859-1">
      Dear friends,<br>
      <br>
      I want to know the basics linux booting process. I googled for
      this but i didn't find the detailed things anywhere. I want to
      know the boot process including the hardware work flow. Can anyone
      give me the detailed tutorial to learn about this.<br>
      <br>
    </blockquote>
    First, when you power up the system the bios goes through a POST,
    which is power-on self test. This just checks that hardware is
    working, etc. Then it looks for a boot sektor, which must be 512
    bytes long and end with a magic number, and loads the kernel. From
    there, you can look at the head.s assembly, and I think someone
    posted a tutorial here a while back--maybe they'll post that again.<br>
    <br>
    <blockquote
cite="mid:CACZhsRgbTip9FueTx1Awyt2pb+xULrBx9ZCN63BPt5pK9OAiww@mail.gmail.com"
      type="cite">Thank you<br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Kernelnewbies mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 

Take care,
Ty
my website:
<a class="moz-txt-link-freetext" href="http://tds-solutions.net">http://tds-solutions.net</a>
my blog:
<a class="moz-txt-link-freetext" href="http://tds-solutions.net/blog">http://tds-solutions.net/blog</a>
skype: st8amnd127
My programs don't have bugs; they're randomly added features!</pre>
  </body>
</html>