or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Let's Publish a Collaborative e-Book for Linux Kernel - jserv (黃敬群), 黃睿澤 (Jui-Tse Huang)
tags:
COSCUP2021
Beginner
zh-tw
COSCUP2021
System Software
TR309
歡迎來到 https://hackmd.io/@coscup/2021 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。
演講所用的簡報
藉由 Linux 重新認識這世界
Dominic Walliman製作的〈Map of Computer Science〉短片(具備繁體中文字幕),簡潔且深刻地探討電腦科學的多個面向,諸如電腦網路、圖形處理、抽象機器及理論(如 Turing machine)、NP-Complete 問題、計算機架構、排序演算法、資料壓縮、現代密碼學、形式化方法、作業系統排程、異質多核心運算、編譯器,和程式語言等等。
上述議題幾乎涵蓋在今日的Linux核心中,換言之,Linux核心已不只是個「核心」,應看待為資訊科技的「基礎建設」,因此,電腦科學的子學科幾乎都可反映在 Linux 核心中。
Linux 核心專書數量不多且陳舊
Linux 核心的排程器考量因素眾多
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →CFS 排程器
-20
(最高的優先級),此時兩者 virtual runtime 增加的幅度相同,因此從宏觀看來,此二個行程會平分 CPU 的計算資源!而這正是 CFS 全名 Completely Fair Scheduler 裡頭 "Fair" 一詞的意義。更新和改造《The Linux Kernel Module Programming Guide》
LaTeX 草稿和範例程式碼: GitHub
真正的問題在於經營和維護
和開放文化基金會 (OCF) 合作
邀請您進行協作
敬請聯絡
jserv@ccns.ncku.edu.tw
>,告知可幫忙試閱、校對、貢獻內文、提供練習題目、進行實驗、向量製圖、視覺改進,或推薦參考素材問與答
Q: 研究 scheduler 需要的數學,有沒有個讀書單?
A: 書單在我們書本裡面就有,跟我聯繫可以取得草稿,或是等到明年發出。書單很長。
Q: 如何與時俱進?
A: 要改變出版方式,傳統出版有第一版第二版第三版,但我們書沒有這個困擾,我沒有打算靠這個獲利。探討之後發布,可以吸引開發者投入。他可以幫忙寫那一段,甚至跟OCF也在談透過其他機會去取得現有材料的重新授權,背後有很多法律的溝通。可以看到這本書跟過去真的很不一樣,過去賣完一刷兩刷三刷再出新的版本,這是出版業的常態,但我們沒有這個包袱。看能不能克服過去書籍的老舊問題。
Q: 書的 LaTeX 在 GitHub 嗎?
A: 是的,穩定版本和開發中版本都在 GitHub,前者會公開。