HUANG

Enjoy life. Enjoy working. Try best.

VirtIO introduction

Keep collection for VirtIO topic

VirtIO introduction Useful links collection: virtio SPEC v1.3 Automotive Virtual Platform Using VIRTIO virtio-video kernel support VirtIO osdev VirtIO-FS

x86 Virtualization: collection and understanding

A initial step to learn the virtualization

A summary introduction of x86-64 Why Virtualization? CPU 的性能相比从前有很大的提升\,具备支持多个操作系统的资源 节约服务器部署空间(节约车内空间) 节约服务器部署成本(节约成本\,同样适用与车) 根据实际情况动态的性能迁移(dynamic resource management) Virtualization type ...

See this world through Bible

Recording myslef for Bible

About Light From the moment he said, ‘Let there be light,’ he created this world. In modern society, with advanced technology, humans can easily obtain light, which seems ordinary and commonplace....

QNX devb related API

A recordning from a devb-ufs driver learning

Background Not all the description of QNX API you can found from QNX offical online manual. Some APIs only known by QNX and their paratners, such as chip vendor. Here Lists some APIs description a...

Cache and TLB introduction

Basic deep knowledge for ARM

What is Cache ? See this description from ARM document: A cache is a small, fast block of memory that sits between the core and main memory. It holds copies of items in main memory. Accesses to t...

use debian tool set in android system

A method for using debian utilities in android

use debian tool set in android system see the picture for detail

GPT table introduction

Get a initial impression about GPT

GPT table introduction MBR分区表: Master Boot Record,即硬盘主引导记录分区表,只支持容量在 2.1TB 以下的硬盘,超过2.1TB的硬盘只能管理2.1TB, 最多只支持4个主分区或三个主分区和一个扩展分区,扩展分区下可以有多个逻辑分区。 GPT分区表:GPT,全局唯一标识分区表(GUID Partition Table) 与MBR最大4...

Linux 9P fs Introduction

Linux 9P fs Introduction(not finish) 9p filesystem can make the guest and host exchange inforamtion based on Fs.

Linux 文件系统读写放大作用的定量分析 PDF

EXT4 Quantitative Analysis of File System Read/Write Amplification Effect

Linux 文件系统读写放大作用的定量分析(PDF) 很多年前的文章, 留个纪念 : PDF

Setup Qemu for arm64 android kernel running

A way to run the latest android kernel what you want

Setup Qemu for arm64 android kernel running Fetch the android kernel Google provide the manifest to fetch the kernel soruce, corresponding config files and corss compile toolchain mkdir android-...