上一页 1 2 3 4 5 6 7 8 ··· 164 下一页

2022年5月5日

摘要: #!/bin/bash # chrt.sh process='stress --io' #process=$1 pid=$(ps x | grep "${process}" | grep -v grep | awk '{print $1}') echo $pid for element in ${p 阅读全文
posted @ 2022-05-05 20:17 tycoon3 阅读(110) 评论(0) 推荐(0)

2022年4月28日

摘要: root@ubuntu:~/arm/armv8-bare-metal# make aarch64-linux-gnu-ld -T linker.ld linker.ld boot.o vector.o exception.o kernel.o gic_v3.o uart.o psw.o aarch6 阅读全文
posted @ 2022-04-28 15:57 tycoon3 阅读(1127) 评论(0) 推荐(0)
摘要: No more forks can be created. These forks already exist: Jump to... Step-1: Clone the original repo to your local machine Step-2: Create a new empty r 阅读全文
posted @ 2022-04-28 11:27 tycoon3 阅读(313) 评论(0) 推荐(0)

2022年4月27日

摘要: 阅读全文
posted @ 2022-04-27 12:01 tycoon3 阅读(23) 评论(0) 推荐(0)

2022年4月22日

摘要: 阅读全文
posted @ 2022-04-22 14:37 tycoon3 阅读(36) 评论(0) 推荐(0)
摘要: root@ubuntux86:/work/img_repo# git remote add origin https://github.com/magnate3/img_repo.git fatal: not a git repository (or any parent up to mount p 阅读全文
posted @ 2022-04-22 14:18 tycoon3 阅读(2988) 评论(0) 推荐(0)

2022年4月19日

摘要: 软中断 首先明确一个概念软中断(不是软件中断int n)。总来来说软中断就是内核在启动时为每一个内核创建了一个特殊的进程,这个进程会不停的poll检查是否有软中断需要执行,如果需要执行则调用注册的接口函数。所以软中断是运行在进程上下文的,而且可能并发执行在不同CPU上。所谓的软中断就是内核利用内核线 阅读全文
posted @ 2022-04-19 09:44 tycoon3 阅读(784) 评论(0) 推荐(0)

2022年4月18日

摘要: 1.首先进入终端输入:sudo apt install mokutilsudo mokutil --disable-validation 2.再重启电脑reboot3.此时电脑重启,出现蓝屏,按任意键,出现四个选项:选择change secure boot stateContinue bootCha 阅读全文
posted @ 2022-04-18 09:59 tycoon3 阅读(1615) 评论(0) 推荐(0)
摘要: https://github.com/wandercn/RTL8188GU ubuntu@ubuntux86:~$ cd RTL8188GU/8188gu-1.0.1 ubuntu@ubuntux86:~/RTL8188GU/8188gu-1.0.1$ make -j20 make ARCH=arm 阅读全文
posted @ 2022-04-18 09:40 tycoon3 阅读(1197) 评论(0) 推荐(0)

2022年4月15日

摘要: 只需删除文件夹 linux-5.4.77/drivers/pinctrl/intel并去掉 linux-5.4.77/drivers/pinctrl/Makefile 中如下的一行obj-$(CONFIG_X86) += intel/之后再次编译即可。 或者关闭config 阅读全文
posted @ 2022-04-15 20:37 tycoon3 阅读(65) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 164 下一页

导航