English

Notes (en)

Notes on Setting Up an Environment to Publish a Gatsby SPA Blog on GitHub Pages

This article summarizes the steps for publishing a blog built with Gatsby to GitHub Pages. The Gatsby development environment is built in a Docker container.

Read
Unix (en)

Reading xv6OS Seriously to Fully Understand the Kernel - Serial Port

I'm reading the source code of the educational OS xv6OS to learn how its kernel works. In this article, I trace through the behavior of the xv6OS kernel's main function.

Read
Unix (en)

Reading xv6OS Seriously to Fully Understand the Kernel - Screen Rendering

I'm reading the source code of the educational OS xv6OS to learn how its kernel works. In this article, I trace through the behavior of the xv6OS kernel's main function.

Read
Unix (en)

Reading xv6OS Thoroughly to Fully Understand the Kernel - IOAPIC Edition -

I am learning about kernels by reading the source code of the educational OS xv6OS. In this article, I walk through the behavior of the xv6OS kernel's main function.

Read
Unix (en)

Reading xv6OS Thoroughly to Fully Understand the Kernel - Segment Descriptor Initialization Edition -

I am learning about kernels by reading the source code of the educational OS xv6OS. In this article, I walk through the behavior of the xv6OS kernel's main function.

Read