搜索资源列表
BiosId
- Delphi里 用于读取计算机的BIOS信息,对于软件加密等等有不少用处-Delphi for the computer to read the BIOS information, and so on encryption software for a number of useful
5
- 你的电脑是否年代已久?是否需要进行硬件升级?BIOS版本是否不支持大硬盘? 现在有在WIN下面的BIOS升级程序,可不少人对其望而生畏,只因为它是“真刀实枪”的和硬件打交道,一不小心就会让电脑瘫痪了...... 本人专门针对这种情况,帮助大部分人解决这一难题,让你从此成为电脑升级高手! 本BIOS升级模拟器对硬件无任何损坏,界面完全模仿WIN下面的BIOS升级软件,且附全部源码。
AMI 主板BIOS源代码
- ami的bios源代码,系统启动-bios of the source code, the system launched
yuanzhi
- award bios修改方法 1、解压后进入dos,执行yzbat.bat(修改卡号,第一步必作) 2、用awdflash写出bios文件并保存 3、用cbrom把yz.bin写入bios文件,格式如:cbrom xxx.bin /isa yz.bin 4、用awdflash把bios文件写入bios 注意:压缩包内提供的cbrom适用于award4.51,award6.0的请用cbrom2.17。
E820.zip
- E820 Address Map描述(用C与Assembly混编) OS必须知道系统物理内存的数量,才能够有效的使用和管理这些物理内存。所以在booting阶段,我们必须通过某种手段来检测和获取物理内存的总量。因此我们利用BIOS中断获取内存容量,常用的是INT 15h, AX=E820h - Query System Address Map的中断方法 ,E820 Address Map describe (using C and Assembly mixed) OS system must
diskio
- Disk is standard C/C++ library thats provide all disk driver functions (DOS and BIOS). It is the interface thats provide this routines. It is only Cpp source file and it can be linked to your programs by preprocessor directive #include "disk.cpp". If