代码搜索:Windows内核
找到约 10,000 项符合「Windows内核」的源代码
代码结果 10,000
www.eeworm.com/read/421579/10728637
pdf linux 内核分析.pdf
www.eeworm.com/read/421579/10728645
pdf linux内核编程.pdf
www.eeworm.com/read/274984/10841341
pdf linux内核注释.pdf
www.eeworm.com/read/458615/7293173
chm linux内核源码.chm
www.eeworm.com/read/440341/7690411
txt 小型实时内核.txt
经过编译可以在mega8和mega16上跑起来,和建立一个avr的rtos一文中系统吻合.初始内核占flash 1418b ram 450b
任务数和创建任务必须相等 否则系统崩溃
堆栈数目=任务数*100+100
www.eeworm.com/read/197307/8005100
txt 编译内核方法.txt
先将build-patch目录复制到kernel目录下,再进行如下操作。
1、安装CygWin。解压matrix5-kernel-v5.5.tgz、root-for-nfs-v5.5.tgz到/opt下。
2、cygwin下运行make mrproper删除废旧文件。
3、执行updatefile.bat。
4、执行make menuconfig 选.config。
5、将include
www.eeworm.com/read/331151/12844621
doc linux内核简介.doc
www.eeworm.com/read/142786/12922299
pdf linux 内核分析.pdf
www.eeworm.com/read/241072/13171591
txt 编译linxu内核.txt
make oldconfig,自动执行配置非交互,如果碰到新选项会提示配置,否则就一路检查过去
看log文件可以看到,如果已经有config文件
/bin/sh scripts/Configure -d arch/i386/config.in
#
# Using defaults found in .config
#
如果没有config文件
/bin/sh scripts/Conf
www.eeworm.com/read/324405/13264286