g-bios 快速入门:如何在g-bios中添加命令
以下是g-bios的源码目录 . |-- Makefile.in |-- app |-- arch |-- boot |-- configure |-- device |-- doc |-- filesys |-- include |-- lib |-- mm |…
编译g-bios一定要在图形界面上吗?
./configure Traceback (most recent call last):   File "./configure", line 6, in <module>     import gtk ImportEr…
some problems when compile rootfs with new version of maxwit
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -version-info 0:7:0 -export-symbols ../../udev/lib/exported_symbols…
rootfs运行时udev cannot open /dev/null?
自己编译了一个基本的rootfs,启动时发现udev 无法打开/dev/null。bash可以进去,但之前有一连串的报错,请高手帮忙看看。错误信息如下: VFS: Mounte…
看了一下gbios的代码~ 觉得挺有意思~
像samsung的24x0~ 上来设置sp,然后就跳转c语言执行了~ 以前一直没想过~  还有这么便捷的方法~ 可能看uboot和linux多了~ 被满眼的宏语句麻痹了…
s3c2440移植linux操作系统
硬件:S3C2440 Bootloader:g-bios Kernel:linux-2.6.28 文件系统:编译maxwit脚本rootfs. 怎么让kernel 在s3c2440的板子上跑起来。      …
linux-2.6.28 compile problem
there not is config file of S3C2440 ,how to compile a kernel to run on the S3C2440 platform, can i use S3C2410 config  file…
关于s3c2440 LED的问题!
我在g-bios下写了一段点亮LED的代码。根据datasheet我将GPEDAT寄存器的bit[12]和bit[13]位置0时,LED灯就能点亮。datasheet上面写着GPECON寄存器的默…
IRQ_ADC problem
在IRQ_TC已经触发的情况下,出发IRQ_ADC中断触发失败为所么,代码如下 #include<g-bios.h> #include<stdio.h> #include <core/init.h> #i…