Skip to content

Latest commit

 

History

History
executable file
·
75 lines (41 loc) · 2.74 KB

index.md

File metadata and controls

executable file
·
75 lines (41 loc) · 2.74 KB

学习材料汇总

Assembly

Red Hat Enterprise Linux 3, Using as, the GNU Assembler

RISC-V

Computer Organization and Design: The Hardware/Software Interface (5/e)(The RISC-V Reader的前置阅读)

  1. [中文版pdf](计算机组成与设计(5e)_ 硬件_软件接口(2015).pdf.part1)
  2. 英文版pdf

The RISC-V Reader

  1. 中文版pdf

riscv-privileged-v1.10

指令系统应该免费: RISC-V的案例

RISC-V中文社区

计算机组成与设计:RISC-V【浙江大学】

OS

Operating Systems: Three Easy Pieces

Classic Operating Systems: From Batch Processing to Distributed Systems

Computer System

ComputerSystems: A Programmer's Perspective, 3/E (CS:APP3e)

  1. WebSite,Three Easy Pieces推荐的前置阅读
  2. 中文电子版
  3. 英文版pdf
  4. 中文版pdf

Introduction to Computing Systems: From Bits & Gates to C & Beyond

  1. 英文版pdf,Three Easy Pieces推荐的前置阅读

Computer Architecture: A Quantitative Approach

  1. 英文版 6ed

计算机体系结构,胡伟武

相关论文

here

未归档

Designing Data-Intensive Applications; Martin Kleppmann

Linkers and Loaders; John R.Levine

Essential COM; Don Box

Code Optimization: Effective Memory Usage; Kris Kaspersky

Linux内核之旅:深入分析LINUX内核源码

Unikernal

Unikraft: Fast, Specialized Unikernels the Easy Way (中文翻译)

RTOS

不是一回事,rtos 必须得做点什么保证实时性,比如扩大抢占范围,使用实时调度算法什么的。unikernel 强调由于内核只能运行一个应用程序,而可以做特殊的优化以提高性能和安全性

(我并未理解这段话,先记录标记)