[转]Kernel parameters

转自: https://www.ibm.com/support/knowledgecenter/en/linuxonibm/com.ibm.linux.z.lgdd/lgdd_r_hibkernelparameter.html You configure the suspend and res...

gentoo rtthread scons error: unknown type name 'fd_set

手动在rtconfig.h中加人 #define HAVE_SYS_SELECT_H 就能编译过了

gentoo rt-thread pkgs --update except Exception, e:

使用 rt-thread pkgs --update 时候, 提示出错,信息如下: Traceback (most recent call last): File "/home/ptz/.env/tools/scripts/env.py", line 31, in <module&g...

gentoo rt-thread scons --menuconfig libs/lxdialog/util.o: undefined reference to symbol 'nodelay'

今天在另外一台电脑上面使用 rt-thread 的 env 工具,scons --menuconfig 出现错误,提示如下: scons: Reading SConscript files ... scons: Entering directory `/home/ptz/workspace/r...

atomthread 在 iar-stm8中编译错误

今天使用 iar-stm8 编译 atomthread 出错,出错提示为: Error[Lc036]: no block or place matches the pattern "ro code section .text in atomport-asm-iar.o" 经...

非抢占式,有优先级的简易OS

os_cfg.h #include "reg51.h" #define TIME_PER_SEC 200 //定义任务时钟频率,200Hz #define CLOCK 22118400 //定义时钟晶振,单位Hz #define MAX_TASK 4 //...