gbios 上半部(boot/arm/head.S)的实现
#include <g-bios.h> #include <arch/arm.h> #include <core/kermit.h> #include <autoconf.h> .global GTopHalfEntry .global Hang …
直接用下载的code 编译一堆错误
compiling demo.c... usercode\demo.c(1): error:  #5: cannot open source input file "inc_os.h": No such file or directory comp…
djyos for2440.2410 调试通过
昨天终于完成在mini2440上djyos的移植,这个也适合s3c2410,源码在附件里,里面附带调试文档。 [ 本帖最后由 sjj0412 于 2009-4-26 22:20 编辑 ]…
在build g-bios 时遇到的一个错误(Fixed)
名位在使用gbios时有没有遇到这种情况 在配置gbios时,如果主机端没有设置IP地址(eth0), 运行./build 产生Makefile 文件时 会出现以下的错误: Tra…
djyos0.4.0发布了
0.4.0版本增加了对mini2440的支持。 0.4.0大幅度调整了代码组织,使之逻辑关系更加清晰,易于管理。 0.4.0版本的看点: 1、重新编写的makefile文件,…