2018年7月19日 星期四

Shrinking the kernel 系列文

在一些環境上 Linux kernel size 依然是需要考量的問題
像是 IoT 的裝置, 較小的 kernel size 意味著騰出 DRAM 或 flash 來放讓 initramfs 或是其他資料作利用
LWN 自 2017 年底發表一系列 Shrinking the kernel 文章:
PART 1: Shrinking the kernel with link-time garbage collection:
https://lwn.net/Articles/741494/
PART 2: Shrinking the kernel with link-time optimization:
https://lwn.net/Articles/744507/
PART 3: Shrinking the kernel with an axe (trim):
https://lwn.net/Articles/746780/
PART 4: Shrinking the kernel with a hammer (XIP):
https://lwn.net/Articles/748198/

沒有留言:

在 ARM 平台上使用 Function Multi-Versioning (FMV) - 以使用 Android NDK 為例

Function Multi-Versioning (FMV) 過往的 CPU 發展歷程中, x86 平台由於因應各種應用需求的提出, 而陸陸續續加入了不同的指令集, 此外也可能因為針對市場做等級區隔, 支援的數量與種類也不等. 在 Linux 平台上這些 CPU 資訊可以透過...