This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
jeremy
/
linux-insides
зеркало из
https://github.com/0xAX/linux-insides
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
22e49c5e2b
Ветки
Метки
master
linux-insides
/
SysCall
/
README.md
README.md
797 B
История
Исходник
System calls
This chapter describes the
system call
concept in the linux kernel.
Introduction to system call concept
- this part is introduction to the
system call
concept in the Linux kernel.
How the Linux kernel handles a system call
- this part describes how the Linux kernel handles a system call from an userspace application.
vsyscall and vDSO
- third part describes
vsyscall
and
vDSO
concepts.
How the Linux kernel runs a program
- this part describes startup process of a program.