Location:
Search - bios-img
Search list
Description: BIOS源代码,可以根据此源代码了解bios的编写方法,以及如何移植-BIOS source code, according to this source code to understand the preparation bios, and how to transplant
Platform: |
Size: 22719 |
Author: 吴松 |
Hits:
Description: 这是bios-lt的最新板,(1) bios.img占用的扇区数由4个合并为2个,相应的文件大小由193K减小为66K
(2) 实现了对FLASH芯片BOOT扇区的处理,建立FLASH分区时不用再考虑让开BOOT扇区
改动的主要目的是想做到:
在29F040上空出384K的空间,建立一个分区存放不含应用程序的uClinux kernel,
将29LV160作为一个大分区,在其上建立JFFS2文件系统,并挂接为uClinux的根文件系统.
系统应用程序全部存储在JFFS2文件系统中. 再使用tmpfs来做临时目录和 /var目录.
这样就可以做到建立一个更加通用的,拿来就可以运行的uClinux系统,相当于给开发版
预装一个操作系统^_^ 由于JFFS2是文件系统是可写的,开发者只需将编好的用户程序
通过FTP下载到uClinux中,再改一改启动脚本即可 省去了配置uClinux环境的重复劳动
Platform: |
Size: 94992 |
Author: zxbttt |
Hits:
Description: 此代码为烧制bios程序的源码,将img文件写入bios芯片中的。很有参考价值的哈。-this code produced bios procedures for the source of the various documents into the bios chip. Great reference value of Kazakhstan.
Platform: |
Size: 36139 |
Author: jiangtao |
Hits:
Description: 一个80x86 BIOS 的汇编源代码.-80x86 BIOS a compilation of source code.
Platform: |
Size: 36864 |
Author: 姚聪 |
Hits:
Description: BIOS源代码,可以根据此源代码了解bios的编写方法,以及如何移植-BIOS source code, according to this source code to understand the preparation bios, and how to transplant
Platform: |
Size: 22528 |
Author: 吴松 |
Hits:
Description: 这是bios-lt的最新板,(1) bios.img占用的扇区数由4个合并为2个,相应的文件大小由193K减小为66K
(2) 实现了对FLASH芯片BOOT扇区的处理,建立FLASH分区时不用再考虑让开BOOT扇区
改动的主要目的是想做到:
在29F040上空出384K的空间,建立一个分区存放不含应用程序的uClinux kernel,
将29LV160作为一个大分区,在其上建立JFFS2文件系统,并挂接为uClinux的根文件系统.
系统应用程序全部存储在JFFS2文件系统中. 再使用tmpfs来做临时目录和 /var目录.
这样就可以做到建立一个更加通用的,拿来就可以运行的uClinux系统,相当于给开发版
预装一个操作系统^_^ 由于JFFS2是文件系统是可写的,开发者只需将编好的用户程序
通过FTP下载到uClinux中,再改一改启动脚本即可 省去了配置uClinux环境的重复劳动
-err
Platform: |
Size: 95232 |
Author: zxbttt |
Hits:
Description: 此代码为烧制bios程序的源码,将img文件写入bios芯片中的。很有参考价值的哈。-this code produced bios procedures for the source of the various documents into the bios chip. Great reference value of Kazakhstan.
Platform: |
Size: 35840 |
Author: jiangtao |
Hits:
Description: uc-gui.apj SDT2.51工程文件
uC-GUI\ ADS1.2工程文件夹
FS-GUI UltraEdit工程文件
SI\ SourceInsight工程文件夹
img\ C语言格式位图
gui\ uC-GUI源代码文件夹
不同的LCD需改变\gui\config\lcdconf.h文件中的定义
#define LCDMONO //单色
#define LCDG4 //4级灰度
#define LCDG16 //16级灰度
#define LCDCOLOR //256色
GUI测试,由于没有触摸屏,所以将触摸屏的代码给屏蔽了;
请将FS44B0II开发板连接好交叉网线、直连串口线、电源,
并连接好G57液晶屏,同时还要连接好背光电源;
然后在BIOS的命令窗口里面敲netrun命令;
点击FS44B0_G57_uCGUI\uC-GUI\FS44B0_G57_uCGUI_Data\DebugRel目录下:
批处理文件FS44B0_G57_uCGUI.BAT
下面你就可以看到液晶屏上面显示优龙标志
它会延时一两秒中进入下一个画面,逐步延时GUI的各项功能,请耐心观看;-err
Platform: |
Size: 2040832 |
Author: Davinci |
Hits:
Description: easyVM是一个简单的虚拟机。
0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。
0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。
文件说明:
====================
Bios\Bios.bin Bios程序
Bios\BiosData.bin CMOS数据区
DOS.IMG MS-DOS 6.22的镜像
easyVM.exe easyVM主程序
easyVM.ini easyVM的配置文件
Readme.txt 本说明文本
TC.IMG 含有Trubo C 2.0的软盘镜像
Dos622c.img 硬盘镜像
梁一信
yinXlms@126.com
2008年7月11日-easyVM is a simple virtual machine. 0.1 version only supports the 8086 instruction set and some simple I/O devices support only the English text display. Version 0.2 is mainly based on the 0.1 version added a small part of the 32-bit instructions (push eax, etc.), making easyVM you can run MS-DOS 6.22 comes with most of the program. File Description: ==================== Bios \ Bios.bin Bios procedures Bios \ BiosData.bin CMOS data area DOS.IMG MS-DOS 6.22 mirror easyVM.exe easyVM main program easyVM.ini easyVM configuration file Readme.txt This note contains the text of TC.IMG image Trubo C 2.0 floppy disk mirroring Dos622c.img a letter yinXlms@126.com 2008 Nian Liang Yue 11 Ri 7
Platform: |
Size: 1707008 |
Author: zhanghui |
Hits:
Description: computer-mobile trickz ... out your computer s BIOS/ CMOS password? This is the right tool for you! Works on USB drives too so no need to burn unto a CD. Big things come in small packages! OS: ... , 2000, 2008, NT, 7 ______HOW TO INSTALL IT______ 1- download PowerISO or MagicISO 2- Choose the file F144.IMG for Windows users or ISOlinux.BIN for Linux users 3- Burn the CD or USB stick and restart ur PC using
Platform: |
Size: 56320 |
Author: liu9957 |
Hits:
Description: PCI bios-type initialisation for PCI machines.
Platform: |
Size: 6144 |
Author: laiwfdai |
Hits: