Academic English: Unit 1 Psychology Text ANew Words and ExpressionsSo the “self”/“other” distinction that’s axiomatic in Western philosophy is much blurrier in Ubuntu Philosophy. 因此在西方哲学中不言自明的“自我”/“他人”之分在乌班图哲学中意义更加模糊。 axiomatic /ˌæksiə 2024-03-11 note English
文献阅读: To FUSE or Not to FUSE: Performance of User-Space File Systems 这篇文章介绍了 FUSE 的基本原理,并对其进行了性能测试与分析。 2024-03-10 note paper fuse
文献阅读: bpftime: userspace eBPF Runtime for Uprobe, Syscall and Kernel-User Interactions 本文提出了 bpftime,一个*用户态的 eBPF 运行时环境*,用于 uprobe,syscall hook 和内核-用户通信,获得了 10x 的性能提升。 2024-03-06 note paper ebpf
文献阅读: The BSD Packet Filter: A New Architecture for User-level Packet Capture 这篇文章于 1992 年首次提出了 BPF,即 “BSD Packet Filter”,并介绍了它的主要设计思路。 2024-03-05 note paper ebpf
文献阅读专题:系统调用加速 本文为 2023-2024 秋季学期的研究生课程《高级操作系统教程》的期中作业。对系统调用加速技术进行了文献调研,包括了 3 篇文献阅读笔记。 2023-11-05 note paper
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2023-10-25
向一个新的 ARM 平台移植 Xenomai 本文是 Xenomai 内核补丁文档中 ipipe-arm.rst 的翻译,内核版本 4.19.190,Xenomai 版本 3.2.1。 2023-01-11 Linux 内核