个人博客

关于

I’m TuxNode, a computer science major student.

Passionate and interested in free software. fsf

My Github

自由软件的拥护者

I have to admit that it’s hard to get started using Free Software,

also, FSF(Free Software) is not prevalent to used for work or creation.

However, free software has significant implications for breaking monopolies and closures.

Let’s get started.

软件极简主义 (Minimalism)

Are you be tired of bloated commercial software?

Those software that’s overloaded with features you’ll never use and littered with ads.

So, in order to keep our mind clean. Start to use Arch Linux and free software

Keep you attention in one thing

Arch Linux

Tags:
recent-work

Rust的内存模型

TL;DR 最近在尝试rCore这个内核实验 这本教程旨在一步一步展示如何 从零开始 用 Rust 语言写一个基于 RISC-V 架构的 类 Unix 内核 。 所以只是理解Rust的各种语言特性就不够了,需要学习Rust的内存模型,理解它是如何在内存空间中组织各个实例 基于 …

Read more →

数字电路知识点记录

TL;DR 最近太无聊,重新拾起cs61c课程,开始有些痛苦的数字电路学习。 我的仓库 这个博客就用来记录一下各种硬件的引脚和电路设计等知识。 Warm up Basic 在更高抽象的程序中,一般情况下都是串行的。 但是在硬件视角中,都是并行的。(电路很快,所以要有负反馈/回授等 …

Read more →