From: "Salvatore D'Angelo" <koala.gnu@tiscalinet.it>
To: linux-kernel@vger.kernel.org
Subject: boot process on i386
Date: Mon, 14 Jul 2003 13:09:32 +0200 [thread overview]
Message-ID: <3F128F6C.5000106@tiscalinet.it> (raw)
Hi all,
I am looking at the boot code in bootsect.S and I have some doubt. I
tried to search the answers to my questions on marc.theaimsgroup.com and
on google bu I haven't found them.
Problably these are newbie question but I'll appreciate if someone of
you help me.
1) In the bootsect code the first thing that is done is to copy the boot
sector to 0x90000 and move the program count to 0x9000, go.
Why it is necessary move the code there? is It not possible continue the
process from 0x7C00?
2) Another step is to move the parameters table from 0x78:0 to
0x9000:0x4000-12. WHat are
the info contained in this table? Can you send me a link to a site that
specify these info?
Withouth these info I am not able to understand these three line of code
movb $36, 0x4(%di) # patch sector count
movw %di, %fs:(%bx)
movw %es, %fs:2(%bx)
Thanks in advance for your help
reply other threads:[~2003-07-14 10:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F128F6C.5000106@tiscalinet.it \
--to=koala.gnu@tiscalinet.it \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox