Welcome to Siyuan's wiki. This wiki is intended to document my research and to share these stuff with anyone. You can find more pages by clicking on on the top navigation bar. If you are confused about a page, you can leave a comment in the discussion section at the bottom of that page.
See About Push.Mind for more information.
Top Visited
Recent Changes
Steps
* Download the latest version from https://github.com/Dreamacro/clash/releases.
* Unzip the download file and run sudo chmod +x clash-exe to give it execute permission.
* Run ./clash-ex…
read more…
read more…
When writing a driver for ARM A64 CPU, we need to write some ASM functions that are then used by C. In this case, we may need to use some general-purpose registers to implement logic functions. So, …
read more…
read more…
According to the D1 user manual, the integrated C906 supports 32kB D-cache and the following write-through thresholds:
* continuously storing 4 full cache lines.
* continuously storing 16 full …
read more…
read more…