Jim Huang

Results 107 issues of Jim Huang

command 一詞應翻譯為「[命令](https://dict.concised.moe.edu.tw/dictView.jsp?ID=4955)」,以區隔 instruction 的翻譯「[指令](https://dict.concised.moe.edu.tw/dictView.jsp?ID=29174)」。

由於 `http://edt1023.sayya.org` 這個超連結已失效,致使書中提及的排版效果和 TeX 文稿無法參照。

為了簡化文件編譯,可引入 latexmk (或其他工具) 進行自動化。

第三章提及:「而 Unicode 官方採用的樣本字型,剛好是中國大陸的廠商所提供,這樣一來有些軟體工作者就認為我們的刪節號應該是 U+22EF 了,很不幸的,我們的 Big-5 碼並沒有相對應的字碼」 當主流桌面應用陸續支援 Unicode 後,這段描述已不再有效。 第四章的「4.9 加入中文」也有類似的狀況,「進入 CJK 環境,並使用 Big-5 碼及 hwmm 這個字型」已不再需要。

Section 1.4 `About this Document` mentioned: > It can be downloaded from the author’s web site (http://josh.trancesoftware.com/linux /). However, the above hyperlink is no longer valid. Shall it be updated...

The [mac80211_hwsim.c](https://github.com/torvalds/linux/tree/master/drivers/net/wireless/virtual) in the upstream Linux kernel tree comes with more than 6000 lines in a single C source file, which sounds really terrible. However, `vwifi.c` has been improved a...

Reported by Cppcheck: ``` Checking src/virtio-blk.c ... src/virtio-blk.c:115:21: style: Local variable 'r' shadows outer variable [shadowVariable] ssize_t r; ^ src/virtio-blk.c:105:13: note: Shadowed declaration int r = 0; ^ src/virtio-blk.c:115:21: note:...

[Sparse](https://www.kernel.org/doc/html/latest/dev-tools/sparse.html) is a semantic checker for C programs; it can be used to find a number of potential problems with kernel code. While building with `make C=1`, Kbuild complained: ```...

Currently, the [pre-built GNU toolchain for Arm-based CPUs](https://github.com/DLTcollab/toolchain-arm) used in our GitHub Actions is version GCC 11.2-2022.02, sourced from the [Arm Developer website](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads). Given that a more recent version, 13.3.Rel1,...

The JIT compiler is designed to support GNU/Linux and macOS across x86-64 and Arm64 architectures. However, rv32emu encounters issues running SciMark2 with JIT enabled on darwin-arm64 (macOS for ARM 64-bit)....

bug