会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yinhuachen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
34
下一页
2023年3月16日
gdb 怎么获取正在执行的指令的hex?
摘要: x/10x 地址 即可
阅读全文
posted @ 2023-03-16 05:28 yinhuachen
阅读(20)
评论(0)
推荐(0)
2023年3月15日
读 Makefile 的一个建议
摘要: 使用 make -nB 把动态执行过程中的命令打印出来,然后再配合 Makefile 源码阅读 这样会好很多
阅读全文
posted @ 2023-03-15 04:10 yinhuachen
阅读(27)
评论(0)
推荐(0)
Chisel中按照十六进制打印信号的方式
摘要: /** Format bits as Decimal */ case class Decimal(bits: Bits) extends FirrtlFormat('d') /** Format bits as Hexidecimal */ case class Hexadecimal(bits:
阅读全文
posted @ 2023-03-15 04:10 yinhuachen
阅读(34)
评论(0)
推荐(0)
2023年3月14日
去掉空行和注释的代码统计命令
摘要: C语言、scala语言等等使用 // 作为注释的语言 find playground -iname "*.scala" | xargs cat | grep -v "^\s*//\|^$" | wc -l
阅读全文
posted @ 2023-03-14 15:07 yinhuachen
阅读(59)
评论(0)
推荐(0)
一个很好用的网站 OSDev
摘要: 这个网站由操作系统爱好者维护
阅读全文
posted @ 2023-03-14 02:56 yinhuachen
阅读(50)
评论(0)
推荐(0)
硬件视角的操作系统 (CPU Reset;固件;为硬件编程) [南京大学2023操作系统-P3]
摘要: 啊 回忆一下写CPU的过程,CPU里的时序电路基本都有一个 reset 的过程 正是这个 reset 的过程,建立了程序员和硬件之间的桥梁 啊 啊 回忆一下我们买的电脑: 电脑的品牌是 惠普HP, CPU是Intel的,主板是华硕的 当开机的时候,屏幕上会显示 惠普HP 的商标 所以,firmwar
阅读全文
posted @ 2023-03-14 02:30 yinhuachen
阅读(286)
评论(0)
推荐(0)
2023年3月13日
功能单元设计 [第五期“一生一芯”计划 - P20]
摘要: 我还以为是讲怎么设计 ALU, MDU, LSU的,结果是在讲 加法器、乘法器、除法器的设计,先skip吧
阅读全文
posted @ 2023-03-13 15:35 yinhuachen
阅读(44)
评论(0)
推荐(0)
grub-mkrescue: error: xorriso not found.
摘要: apt-get install xorriso 来源:https://stackoverflow.com/questions/45991142/os-programming-using-grub
阅读全文
posted @ 2023-03-13 05:01 yinhuachen
阅读(76)
评论(0)
推荐(0)
2023年3月12日
vscode 一次迅速关闭 split windows
摘要: 来源:https://stackoverflow.com/questions/56409944/vscode-how-to-undo-split-screen-and-show-just-current-file 把命令改成下面这个 "command": "workbench.action.clos
阅读全文
posted @ 2023-03-12 23:16 yinhuachen
阅读(58)
评论(0)
推荐(0)
2023年3月11日
qemu-system-x86_64 ---- Unable to init server: Could not connect: Connection refused 错误
摘要: 报错如下: Unable to init server: Could not connect: Connection refusedgtk initialization failed 原因很可能是你没有连接VGA 可以使用 echo $DISPLAY 来看看是否连接VGA 如果连接了VGA,会输出
阅读全文
posted @ 2023-03-11 17:04 yinhuachen
阅读(1561)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
34
下一页
公告