Hi,
I was looking through the linux (2.5.56) arch/i386/boot/bootsect.S and was
puzzled about a couple of things:
1. Near line 221 we have:
sread: .word 0 # sectors read of current track
head: .word 0 # current head
track: .word 0 # current track
However, since a diskette can have at most 2 heads, 80 tracks and 36 sectors
per track, why are these not bytes instead of words especially since space is
at such a tight premium in this code ?
2. Near line 272 we have "movw $7, %bx" but the documentation I've
been able to find about the "int 0x10" BIOS call says that for service
code 0xe (write character and advance cursor), it does not take an
attribute byte input parameter but rather uses the existing attribute. Is
this movw instruction superfluous ?
Thanks.
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: bootsect.S: 2 questionsRichard B. Johnson
- Re: bootsect.S: 2 questionsRandy.Dunlap
- Prev by Date: Re: any chance of 2.6.0-test*?
- Next by Date: Re: patch for errno-issue (with soundcore)
- Previous by thread: Re: Dell precision M50 and _very_ slow process startup
- Next by thread: Re: bootsect.S: 2 questions
- Indexes:[Main][Thread]