摘要: Reference Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel s 阅读全文
posted @ 2021-08-26 09:08 司空亦墨 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Deploy jellyfin by Docker Ref Pre-requirement Docker please (Docker-Compose is optional) Installation Download the latest container's image: docker pu 阅读全文
posted @ 2021-08-25 23:55 司空亦墨 阅读(2841) 评论(0) 推荐(0) 编辑
摘要: echo off REM HostsUp, a tool to update hosts REM Author: Gsharp REM Date: 2020-12-03 set hosts= %SystemRoot%\System32\drivers\etc\hosts set hostsback= 阅读全文
posted @ 2021-08-25 23:53 司空亦墨 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 内核线程 用户线程 轻量级进程LWP Linux下只有一种类型的进程,那就是task_struct, 进而linux也无线程概念, 只是将那些与其他进程共享资源的的进程称之为綫程. 一個進程由於其運行的空間的不同,從而分爲 内核綫程和用戶進程, 通過共享資源實現的一組進程我們稱之爲進程組. 内核綫程 阅读全文
posted @ 2021-08-25 23:43 司空亦墨 阅读(404) 评论(0) 推荐(0) 编辑
摘要: x86物理地址空间 Linux 内核空间分为三个区域ZONE: ZONE_DMA, ZONE_NORMAL, ZONE_HIGHMEM 物理地址空间的顶部以下一段空间,被PCI设备的I/O内存映射占据,它们的大小和布局由PCI规范所决定。640K~1M这段地址空间被BIOS和VGA适配器所占据 由于 阅读全文
posted @ 2021-08-25 23:40 司空亦墨 阅读(353) 评论(0) 推荐(0) 编辑
摘要: Kernel Debug in QEMU reference Environment List Utility Version QEMU 5.2.0 Kernel 5.11.9 Busybox 1.32.1 QEMU Installation (manual)### Download QEMU so 阅读全文
posted @ 2021-08-25 23:38 司空亦墨 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 内核源码情景分析笔记 背景 1.1 x86寻址 1.2 C in Linux 1.3 Assembly in Linux 为什么要汇编 GNU 386汇编 存储管理 2.1 内存管理基本框架 2.2 地址映射全过程 2.3 常见数据结构 2.4 越界访问 2.5 用户堆栈的扩展 2.6 物理页的使用 阅读全文
posted @ 2021-08-25 23:34 司空亦墨 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Makefile file makes compiling work more efficient, especially when it turns to solve some jobs with a complex structure. But it depends on the buildin 阅读全文
posted @ 2021-08-25 23:31 司空亦墨 阅读(106) 评论(0) 推荐(0) 编辑
摘要: ref Annotations, a form of metadata, provides data about a program that is not part of the program itself. Annotations have no direct effect on the op 阅读全文
posted @ 2021-08-25 23:29 司空亦墨 阅读(34) 评论(0) 推荐(0) 编辑
摘要: A collection — sometimes called a container — is simply an object that groups multiple elements into a single unit. Store Retrieve Manipulate Communic 阅读全文
posted @ 2021-08-25 23:27 司空亦墨 阅读(32) 评论(0) 推荐(0) 编辑