👋 Hi, I'm Jover.
- ✨ I'm currently interested in operating systems, programming languages, and distributed databases.
- 🌱 I’ve always enjoyed building toy projects — I developed an operating system called DeliciOS (opens in a new tab), and a programming language named Water (opens in a new tab). (Maybe a database is next!)
- 👯 These days, I focus on contributing to the open-source community, hoping to channel my skills and passion into more meaningful contributions.
BTW, I'm an Arch Linux user. If you've created any interesting command-line tools, I'd love to try them out!
- Created: 2023-06-30想象一下,你正在参加一个大型派对,派对上有一间只能容纳一个人使用的洗手间。当有人在使用洗手间时,其他人必须等待他出来。这就是 锁 的基本概念。在编程世界中, 锁 就像那个 洗手间的门 ,而 线程 就像 派对的参与者 。
- Created: 2023-03-05词法分析 语法分析 (生成 AST) 语义分析 (检查以及对 AST 的修正,如检查变量定义、变量类型、表达式类型、函数参数数量、参数类型和返回值类型等。
- Created: 2023-02-26How To Build A Custom Linux Kernel For Qemu Using Docker
- Created: 2023-02-24Examples:
- Created: 2023-02-14Create network:
- Created: 2023-02-13MESI (Modified, Exclusive, Shared, Invalid) 协议是一种用于处理多处理器系统中缓存一致性的协议。它是通过在处理器的缓存行中维护四种状态来解决读写冲突问题的:
- Created: 2023-02-13因作者水平有限,本文仅讨论 x86 架构 (TSO) 与 ARMv8 架构 (RMO),以此加深作者本人对硬件并行部分的知识的理解。
- Created: 2023-02-12记录一下 Dockerfile
End.