IDE/ATA vs. SCSI and CPU speed...

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.
Post Reply
Peter Vigren

IDE/ATA vs. SCSI and CPU speed...

Post by Peter Vigren »

Is there anyone that know which ports, commands and parameters that SCSI use? I know IDE/ATA but only the one that supports up to 128 Gb... Is there anyone that knows IDE/ATA up to 2 Tb?

How do I detect the CPU speed in asm?
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re: IDE/ATA vs. SCSI and CPU speed...

Post by df »

Is there anyone that know which ports, commands and parameters that SCSI use? I know IDE/ATA but only the one that supports up to 128 Gb... Is there anyone that knows IDE/ATA up to 2 Tb?

How do I detect the CPU speed in asm?
I have never seen an IDE thats 2TB big. I've only seen 70gig ones. SCSI command interface is totally different to IDE. scsi is packeted, IDE is not (not in the same sense as SCSI).
-- Stu --
BLoggins02

Re: IDE/ATA vs. SCSI and CPU speed...

Post by BLoggins02 »

Some newer drives are ATAPI drives, so they share SCSI's packeted interface, but most drives are not. ?I have to be honest, I'm not looking forward to this part of my OS development. ?Sure the hacking will be fun, but as far as finding a centralized source of information on ATA(IDE)/ATAPI, CHS, LBA, and all that stuff, I haven't been able to find a central place that talks about it all. Oh well, at least it will be an adventure.
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re: IDE/ATA vs. SCSI and CPU speed...

Post by df »

well i am still writing the osdev supsetsite hehe. will work some more on it this weekend.

when that goes up, you will find all that kinda info!
wont be up for a week or two, depends how much code i get done this weekend...
-- Stu --
Post Reply