boot.s
From: Christos Karayiannis (christos_at_kar.forthnet.gr)
Date: 03/26/04
- Next message: frank: "Re: Windows will dominate the server market within 5 years"
- Previous message: Doug Weasner: "Re: Windows will dominate the server market within 5 years"
- Next in thread: Sybren Stuvel: "Re: boot.s"
- Reply: Sybren Stuvel: "Re: boot.s"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Mar 2004 21:01:34 +0200
Hi,
I would like to ask you about the floppy operation. At the Linux (boot.s)
there is a procedure kill_motor where we can see the following code of I/O
operation:
mov dx,#0x3f2
mov al,#0
outb
At the Minix OS there is, other that the previous, also the following:
andb 0x043F, #0xF0
My question is if to update the BIOS data area is something necessary.
Thank you
Christos Karayiannis
- Next message: frank: "Re: Windows will dominate the server market within 5 years"
- Previous message: Doug Weasner: "Re: Windows will dominate the server market within 5 years"
- Next in thread: Sybren Stuvel: "Re: boot.s"
- Reply: Sybren Stuvel: "Re: boot.s"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]