Linux project - PGD present bit
前情提要 延續上一篇,這篇記錄Project主要內容的實作過程。 題目的要求是:For each page directory entry with an index located in the group of indexes specified by the parameters, this system call shows the value of the present field of the entry. 簡單說就是新增一個system call 讓它可以取得當前process的page global directory entry中的present bit 參數包含兩個integer代表起始和結尾index 和一個陣列指標參數,存放結果 ...