INT 0x1E disquette paramaters

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
spiner900
Member
Member
Posts: 26
Joined: Mon Mar 09, 2009 10:47 am

INT 0x1E disquette paramaters

Post by spiner900 »

Hey, I would like to know what is the utility of the INT 0x1E. I know this the address of the diskette parameters table but why some boot sector change the value in this table ?
egos
Member
Member
Posts: 612
Joined: Fri Nov 16, 2007 1:59 pm

Re: INT 0x1E disquette paramaters

Post by egos »

spiner900 wrote:Hey, I would like to know what is the utility of the INT 0x1E. I know this the address of the diskette parameters table but why some boot sector change the value in this table ?
It makes disk operations faster. Modern floppy drives can work considerably faster than written in BIOS tables therefore one should change the parameters affecting on the speed (only two parameters).
If you have seen bad English in my words, tell me what's wrong, please.
spiner900
Member
Member
Posts: 26
Joined: Mon Mar 09, 2009 10:47 am

Re: INT 0x1E disquette paramaters

Post by spiner900 »

Which parameters ?
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: INT 0x1E disquette paramaters

Post by jal »

spiner900 wrote:Which parameters ?
There is this thing called Google. Then, there's this thing called Ralf Brown's interrupt list. Then, there's the explanation of the int 0x1e paramater table.

Really.


JAL
Locked