Skip to content

Commit 93b3fcc

Browse files
author
zhangzhuang08
committed
links:
1. add article explaining how multiple processors work; 2. add a woman developer personal website;
1 parent 9f1ee58 commit 93b3fcc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/links/great-articles.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,13 @@ GitHub上的一个开源电子书,其中讲述了Linux内核是怎样启动、
239239
## iptables详解
240240
[阅读原文](https://www.zsythink.net/archives/1544)
241241

242-
介绍 iptables 命令是干什么用的,应该怎么用。
242+
介绍 iptables 命令是干什么用的,应该怎么用。
243+
244+
## Multiprocessor Support
245+
[阅读原文](https://yushuanhsieh.github.io/post/2021-04-23-life/)
246+
247+
我们都知道CPU执行代码,但在现代CPU体系结构下,CPU拥有多个核心,那么问题来了,到底是哪个CPU在执行代码,是谁告诉某个CPU要执行代码的,PC接上电源启动后,所有的CPU核心都会工作么?操作系统是怎么让某些进程在特定的CPU核心上执行的?
248+
249+
这篇文章就给出了比较好的介绍。里边牵扯到很多概念,比如BSP(Bootstrap Processor), AP(Application Processor), SIPI(Startup IPI), APIC(Advanced Programmable Interrupt Controller)。
250+
251+
另外,这篇文章的作者,是一个来自台湾的女性开发者(如果她的头像是本人的话),其经历很令人吃惊,她开始做的前端开发,一年后,做的后端开发,大概维持了两年,之后就很突然,她就从事硬件工程师的岗位,目前她就职台积电,硬件和软件通吃。

docs/links/personal.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,11 @@ Redux 的维护者之一,redux 相关知识问答及博客分享
113113

114114
`C++` `Python`
115115

116+
## yushuanhsieh
117+
[前往](https://yushuanhsieh.github.io/)
118+
119+
`operate system` `firmware` `embedded system` `c` `system programming` `go taibei`
120+
121+
一个来自台湾的女性开发者(如果她的头像是本人的话),她开始做的前端开发,一年后,做的后端开发,大概维持了两年,之后就很突然,她就从事硬件工程师的岗位,目前她就职台积电,硬件和软件通吃。很难想象,一个女性开发者集硬件和软件于一体。
122+
116123
<Giscus />

0 commit comments

Comments
 (0)