All Projects → yifengyou → vita

yifengyou / vita

Licence: other
《深度探索Linux操作系统 : 系统构建和原理解析》 学习笔记

Programming Languages

shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to vita

JBC SolderingStation
JBC_SolderingStation
Stars: ✭ 63 (+14.55%)
Mutual labels:  gcc
nelua-decl
C binding generator for Nelua using GCC Lua plugin.
Stars: ✭ 30 (-45.45%)
Mutual labels:  gcc
Emma
Emma Memory and Mapfile Analyser
Stars: ✭ 21 (-61.82%)
Mutual labels:  gcc
Apriori-and-Eclat-Frequent-Itemset-Mining
Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.
Stars: ✭ 36 (-34.55%)
Mutual labels:  gcc
mTower
mTower is Trusted Execution Environment specially designed to be used on MicroController Units (MCUs) supporting ARM TrustZone technology (e.g., Cortex-M23/33/35p). mTower operates well under restrictions typical for such environment – small RAM and ROM sizes, relatively low performance, absence of rich OSes providing variety of services availab…
Stars: ✭ 34 (-38.18%)
Mutual labels:  gcc
ewxb-gcc-cross-compiler-builder
A script for building a full GCC + glibc toolchain from scratch (with Go support via gccgo) in multiple stages.
Stars: ✭ 18 (-67.27%)
Mutual labels:  gcc
Vita-Nearest-Neighbour
Plugin that makes blurry textures sharper by changing scaling algorithm
Stars: ✭ 39 (-29.09%)
Mutual labels:  vita
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (-12.73%)
Mutual labels:  gcc
libsrcnn
Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.
Stars: ✭ 14 (-74.55%)
Mutual labels:  gcc
arm-none-eabi-gcc-xpack
A binary xPack with the Arm Embedded GCC toolchain
Stars: ✭ 85 (+54.55%)
Mutual labels:  gcc
wtfc
WaiT For the Command (wtfc)
Stars: ✭ 26 (-52.73%)
Mutual labels:  busybox
minilib
A c standard system library with a focus on size, headeronly, "singlefile", intended for static linking. 187 Bytes for "Hello World"(regular elf), compiled with the standard gcc toolchain.
Stars: ✭ 29 (-47.27%)
Mutual labels:  gcc
c-compiler-security
Security-related flags and options for C compilers
Stars: ✭ 125 (+127.27%)
Mutual labels:  gcc
school21
Как подготовиться к бассйну Школы 21: изучаем терминал, vim, работаем с gcc, norminette, git, пишем первую программу на Си.
Stars: ✭ 41 (-25.45%)
Mutual labels:  gcc
mdevd
A kernel event manager compatible with mdev.conf
Stars: ✭ 45 (-18.18%)
Mutual labels:  busybox
demos-linux
Demos for instruction and exploration of the Linux C/C++ API
Stars: ✭ 78 (+41.82%)
Mutual labels:  gcc
setup-gcc
GitHub action to set up GCC
Stars: ✭ 51 (-7.27%)
Mutual labels:  gcc
lpp-vita
Lua Player Plus for PSVITA. Documentation on: http://rinnegatamante.github.io/lpp-vita/
Stars: ✭ 149 (+170.91%)
Mutual labels:  vita
devtoolset-container
Devtoolset container images based on Red Hat Software Collections, that provide a platform for building and running C and C++ applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 40 (-27.27%)
Mutual labels:  gcc
yosild
Yosild is a single shell script that builds a full, minimal Linux distribution based on BusyBox.
Stars: ✭ 97 (+76.36%)
Mutual labels:  busybox

《深度探索linux操作系统:系统构建和原理解析》学习笔记

20190910_165913_77

深度探索linux操作系统:系统构建和原理解析》是探索linux操作系统原理的里程碑之作,在众多的同类书中独树一帜。

  • 它颠覆和摒弃了传统的从阅读linux内核源代码着手学习linux操作系统原理的方式,而是基于实践,以从零开始构建一个完整的linux操作系统的过程为依托,指引读者在实践中去探索操作系统的本质。
  • 这种方式的妙处在于,让读者先从宏观上全面认清一个完整的操作系统中都包含哪些组件,各个组件的作用,以及各个组件间的关系,从微观上深入理解系统各个组件的原理,帮助读者达到事半功倍的学习效果,这是作者潜心研究linux操作系统10几年的心得和经验,能避免后来者在学习中再走弯路。
  • 此外,本书还对编译链接技术(尤其是动态加载和链接技术)和图形系统进行了原理性的探讨,这部分内容非常珍贵。
  • 豆瓣书评《一本俯瞰Linux系统全局的书籍》

本仓库内容

  1. vita 实验系统构建过程
  2. 《深度探索linux操作系统:系统构建和原理解析》学习笔记
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.

相关站点

目录

vita实验环境

Win 10(1909) + VMware 15 Pro + ubuntu-12.10-desktop-i386.iso

20200204_101451_28

经典图示

20200204_111221_41

20200204_211217_33

20191012_184121_48

20200204_211233_84

参考博客

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].