Programming IDE for RISC OS (CodeCube Cloverleaf project)
Chris Johnson (125) 825 posts |
Totally different thing. |
Martin Avison (27) 1491 posts |
IDE disc F iling S ystem |
Rick Murray (539) 13806 posts |
:-) IDE (harddisc) means Integrated Drive Electronics which means that the low level disc controller is built into the drive itself rather than being a dumb drive with a separate controller as was the case for ST-506. 1 IDE (programming) means Integrated Development Environment. Google Visual Basic, then you’ll understand. Some screenshots: https://winworldpc.com/screenshot/1fc3ab78-c5a1-2233-11c3-a4e284a2c3a5 1 While it’s true that you still need a controller chip for IDE drives, the difference is that the IDE controller gives commands to the drive, that does what’s necessary and returns data. So really the chip is just acting as an interface between the processor and the device. With ST-506, you literally get the raw MFM data from the heads along with timing signals. You need to step the drive to the correct track, sort out the timing for its rotation, then decode the information from the read head. Writing is the same, but you’re supplying data as a blast of MFM. The drive does nothing for itself. |