|
|
9#

楼主 |
发表于 2012-12-17 09:39:27
|
只看该作者
原帖由 <i>sgw888</i> 于 2012-12-15 08:48 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2637802&ptid=273256" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
不管什么方法. 楼主有一点是理解错了. 离了操作系统,软件如何运行? 通过ATA指令? 那我请问你,如何运行你所谓的ATA指令? 你想写裸机代码?? 离了操作系统,就只有裸机代码可以运行了.而且你要么把它放到启动设备的 ... <br />
感谢大家的建议!
其实我的意思很简单,就是通过一个通用的基本接口去读写硬盘~~而这个接口可以通过非操作系统实现!如果老的MP4没有操作系统,但是他能读写SD卡,这套协议是什么呢?
再比如说,我现在做个读卡器,可以读写SD卡,或者硬盘,这个读卡器可以通过windows的USB接口来操作,USB本身和操作系统有关,但是读写SD卡或者硬盘的部分和系统无关。
20120831 说的是通过超级终端对硬盘进行一些操作,另外能通过超级终端读写硬盘扇区数据吗? |
|