Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you find out info about the IDE?

Status
Not open for further replies.

Odis

Technical User
Jan 25, 2001
78
US
I know it sounds strange, but if when installing some software that asked for IDE, what would you enter? Where do you get the information from to know what to enter?
 
Hi,

There are two contexts where IDE is used in computing (that I know of):
Integrated Development Environment - is typically used with command line programming software for easy running command line compilers, debuggers etc.
This is more likely as the second meaning is Integrated Drive Electronics - which is the interface by which hard disks and CD-ROM's/DVD's etc connect to the computer on most modern systems.

John
 
Are you absolutely sure it is asking about your disk controllers? In any case these are usually enumerated as 0, and 1; with the first device 0 and the second device 1 on each channel. This is a nearly universal numbering scheme called ARC, and you can see this in your BOOT.INI file as it is how XP knows where to try and load.

The reason I ask is that if a software asked me for information about my IDE I would answer "Visual Studio .NET" The software development software is often referred to as the IDE.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top