摘要: flex bison ncurses https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.8.tar.xz make menuconfig apk add elfutils-dev libelf git gcc musl-dev linux 阅读全文
posted @ 2021-06-03 17:42 zJanly 阅读(224) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zyhse/article/details/107596418 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set){ return syscall(SYS_sched_se 阅读全文
posted @ 2021-06-03 10:17 zJanly 阅读(127) 评论(0) 推荐(0) 编辑
摘要: https://sourceforge.net/p/predef/wiki/Architectures/ Please send updates/corrections to predef-contribute. Alpha TypeMacroDescription Identification _ 阅读全文
posted @ 2021-06-03 08:00 zJanly 阅读(105) 评论(0) 推荐(0) 编辑
摘要: GCC在C语言中内嵌汇编 asm https://blog.csdn.net/wgiyq/article/details/54314955 GCC在C语言中内嵌汇编 asm 简单的内嵌汇编 内嵌汇编举例 内嵌汇编语法如下 1 汇编语句模板 2 输出部分 3 输入部分 限制字符 1 限制字符列表 破坏 阅读全文
posted @ 2021-06-03 07:14 zJanly 阅读(305) 评论(0) 推荐(0) 编辑