凤凰新媒体 版权所有 不得转载 lawyer@ifeng.com
京ICP证030609号 本站通用网址:凤凰网
客服电话:(010)84458487 客服邮箱blog@ifeng.com
网吧中的多台机,要整盘克隆就要拆硬盘,我一直在寻找不拆机作整盘克隆的办法。我用google查了许多资料,都有提到不拆机克隆的办法,不过很少有整盘克隆的。 后来在http://www.enanshan.com/down/ghost6.zip下载了ghost6.0试了可以,但是有许多限制。(此版本有多播克隆,netbios克隆及多中工具,共5M安装。) 我的使用过程如下:用了两台机通过集线器联成win98对等网,都有ipx/spx和tcp/ip协议,用8139网卡。为了作实验两台机都接了另一个小硬盘,让两个小硬...
DOS 下用 GRUB.EXE 修复启动故障GRUB.EXE 完全就是 GRUB,只不过重新包装,使得它能够在 DOS 下运行。所以,GRUB.EXE 具有你先前所熟悉的 GRUB 的所有优良特性。目前,grub_for_dos 的最新稳定版 0.0.8 可以从这里得到:ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.0.8.tar.gz 或者进入目录查看: ftp://ftp.cosoft.org.cn/incoming/ 版本 0.0.8 在驱动器映射之下也能够再次(可以任意嵌套多次)安全地运行 GRUB.EXE。采用的方法是,在每次运行...
Keyboard Scan Codes When the keyboard forces a hardware interrupt, it passes a Scan Code to the INT 09H interrupt handler. The handler converts this to an ASCII or Extended ASCII value. For compatibility across the various keyboards, it is wise to avoid using scan codes and stick to the BIOS translation of a keystroke. 圯Original PC/XT Keyboard捋 When a ...