[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: boot.S - source question
From: |
Yoshinori K. Okuji |
Subject: |
Re: boot.S - source question |
Date: |
Tue, 2 Aug 2005 23:40:00 +0200 |
User-agent: |
KMail/1.7.2 |
On Tuesday 02 August 2005 05:51, Martin Baute wrote:
> The thing is, unless I'm missing something, at this
> point %si is pointing to the zero byte at the end
> of notification_message... so where is %si set to
> a reasonable value, which I have missed?
Look at the code before that. It calls a BIOS function which sets %si when
successful. You can get more info from Ralf Brown's Interrupt List.
> I just want to understand how the stage1 works...
Why?
Okuji