Skip to content

yijhenlin/Operating_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Operating_System

Ubuntu 18.04

C

Simple pstree

Objectives

  • Understand how to transfer information between the kernel and the user space processes

  • Understand the PCB in the kernel and its related macros

  • Understand the linked list in the kernel

References

image

資料來源(https://myaut.github.io/dtrace-stap-book/kernel/proc.html)

image

資料來源(http://sop.upv.es/gii-dso/en/t3-procesos-en-linux/gen-t3-procesos-en-linux.html)

struct task_struct https://elixir.bootlin.com/linux/latest/source/include/linux/sched.h#L592


Simple memory allocator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages