Hi all,
i'm studying indepth grub source code ... i've a little question
concerning the boot sector code.



in stage1/stage1.S:
.
.
.
after_BPB:

/* general setup */
        cli           /* we're not safe here */
..      ^
         |
         +---------------------------------------------+
can anyone tellme why we need to issue a cli() there <-| ?
what kind of interrupts can occour ?





-- 



Daniele.




_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to