charles meng

Results 5 comments of charles meng

That's closed , i begin to use manjaro, and there is no problems. can i have some methods, when i enter any file, but chadtree don't automatically change the directory...

> what? im not sure whats you want there, like you want chadtree to re-reoot to the file ? for example, i have a directory named A. And there are...

进程的第二张图片,看到读写section和只读section划分到了一起,之前在http://docs.linuxtone.org/ebooks/C&CPP/c/ch20s01.html 一书中的这个页面了解到只读section在默认ld的脚本中是和text section链接在一起形成代码段的。所以进程的第二张图片,描述内存布局这个地方是不是有一些小问题。

您好,我觉得应该发现了一个框架代码中的逻辑bug。 find_pte_create()中: for i in 0..3 { 23 let pte = &mut ppn.get_pte_array()[idxs[i]]; 24 if i == 2 { 25 result = Some(pte); 26 break; 27 } 28 if !pte.is_valid()...