惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
CERT Recently Published Vulnerability Notes
V
Vulnerabilities – Threatpost
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
Schneier on Security
Schneier on Security
T
Threatpost
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
T
Threat Research - Cisco Blogs
罗磊的独立博客
Security Latest
Security Latest
D
Docker
S
Secure Thoughts
博客园 - 聂微东
A
Arctic Wolf
Recorded Future
Recorded Future
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
P
Palo Alto Networks Blog
Project Zero
Project Zero
Blog — PlanetScale
Blog — PlanetScale
D
Darknet – Hacking Tools, Hacker News & Cyber Security
H
Help Net Security
T
The Blog of Author Tim Ferriss
Latest news
Latest news
AWS News Blog
AWS News Blog
U
Unit 42
Stack Overflow Blog
Stack Overflow Blog
The GitHub Blog
The GitHub Blog
Know Your Adversary
Know Your Adversary
Vercel News
Vercel News
WordPress大学
WordPress大学
Spread Privacy
Spread Privacy
F
Full Disclosure
Martin Fowler
Martin Fowler
T
The Exploit Database - CXSecurity.com
Attack and Defense Labs
Attack and Defense Labs
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
小众软件
小众软件
宝玉的分享
宝玉的分享

博客园 - 黄玮璘

使用adobe pdf去除PDF文档中的批量雷同文本 版本7以上IE以文件夹视图方式打开FTP的解决 IE浏览器被固定启动时访问某网页的处理方法 messages.exe病毒的清理 VMware的使用 win10如何将此电脑显示在桌面 Fast 迅捷网络 无线路由器FW323的功能设置 使用word和pdf进行仿书编辑的经验 QQ微信的备份 HP P1008打印机如何打印特殊纸张 PowerPoint 打开文档发现.pptx中胡内容有问题 windows8 平板的使用心得 Auto CAD 2013的故障解决方法 三星I8750的使用 关于家庭上网计算机卡死的分析 关于access和outlook,以及word和Excel数据丢失的教训 无法访问windows安装服务的解决 华硕笔记本A8JR的系统重新装 xps文件的读取
XP如何识别AMD机上SATA的AHCI模式
黄玮璘 · 2012-11-10 · via 博客园 - 黄玮璘

在ATA模式下装完XP系统后,操作如下:

(1)找到AHCI驱动,三个文件:ahcix86.inf,ahcix86.cat和ahcix86.sys

   我把这三个文件放在如下位置:

http://download.csdn.net/detail/huanghanyu11/4346059

(2)将ahcix86.sys复制到C:\windows\system32\drivers

将ahcix86.inf和ahcix86.cat复制到C:\windows\inf

(3)新建一个txt文本文件,把后缀名修改为.reg

将如下代码复制到这个修改了后缀名的文本文件中并保存

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1002&dev;_4391]

"Service"="ahcix86"

"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1002&dev;_4393]

"Service"="ahcix86"

"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ahcix86]

"Type"=dword:00000001

"Start"=dword:00000000

"Group"="SCSI miniport"

"ErrorControl"=dword:00000001

"ImagePath"="system32\\drivers\\ahcix86.sys"

"tag"=dword:00000019

"DisplayName"="ATI AMD AHCI Controller"

(4)双击这个已经保存好的修改了后缀名为reg的文件,将信息导入到注册表中

(5)重新启动计算机,按F2进入BIOS的操作界面,将SATA硬盘操作模式变更为AHCI,

回车,提示是否变更时,按下按键"y",然后按F10保存,重新启动计算机

(6)重新启动计算机进入XP系统时候,不蓝屏了,直接进行系统,然后自动查找到新硬件

原来的ATA/IDE硬盘通道变成了

SCSI和RAID控制器

AMD AHCI Compatible RAID Controller

AMD RAID Console