上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页
摘要: x/10x 地址 即可 阅读全文
posted @ 2023-03-16 05:28 yinhuachen 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 使用 make -nB 把动态执行过程中的命令打印出来,然后再配合 Makefile 源码阅读 这样会好很多 阅读全文
posted @ 2023-03-15 04:10 yinhuachen 阅读(18) 评论(0) 推荐(0) 编辑
摘要: /** 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 阅读(17) 评论(0) 推荐(0) 编辑
摘要: C语言、scala语言等等使用 // 作为注释的语言 find playground -iname "*.scala" | xargs cat | grep -v "^\s*//\|^$" | wc -l 阅读全文
posted @ 2023-03-14 15:07 yinhuachen 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 这个网站由操作系统爱好者维护 阅读全文
posted @ 2023-03-14 02:56 yinhuachen 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 啊 回忆一下写CPU的过程,CPU里的时序电路基本都有一个 reset 的过程 正是这个 reset 的过程,建立了程序员和硬件之间的桥梁 啊 啊 回忆一下我们买的电脑: 电脑的品牌是 惠普HP, CPU是Intel的,主板是华硕的 当开机的时候,屏幕上会显示 惠普HP 的商标 所以,firmwar 阅读全文
posted @ 2023-03-14 02:30 yinhuachen 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 我还以为是讲怎么设计 ALU, MDU, LSU的,结果是在讲 加法器、乘法器、除法器的设计,先skip吧 阅读全文
posted @ 2023-03-13 15:35 yinhuachen 阅读(31) 评论(0) 推荐(0) 编辑
摘要: apt-get install xorriso 来源:https://stackoverflow.com/questions/45991142/os-programming-using-grub 阅读全文
posted @ 2023-03-13 05:01 yinhuachen 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 来源: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 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 报错如下: Unable to init server: Could not connect: Connection refusedgtk initialization failed 原因很可能是你没有连接VGA 可以使用 echo $DISPLAY 来看看是否连接VGA 如果连接了VGA,会输出 阅读全文
posted @ 2023-03-11 17:04 yinhuachen 阅读(1077) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页