今天开始学习linux/unix系统编程手册,由于是英文版,看得还是比较吃力,但真心想把这本书啃下来。
1、第一章讲了历史,感觉大部分是协议的发展史,现在最新的应该是SUSv4,等真的融会贯通了应该会看,但就不知道自己有没有时间,或者是借口。
2、22页有句话“Preemptive means that the rules governing which processes receive use of the CPU and for how long are determined by the kernel process scheduler (rather than by the processes themselves).”,看了半天才看懂,以后得把英语重新捡起来。
3、22页:Provision of a file system: The kernel provides a file system on disk, allowing files to be created, retrieved, updated, deleted, and so on. 文件系统可以恢复文件吗,或者单词的意思是获取?
3、22页:When running in user mode, the CPU can access only memory that is marked as being in user space; attempts to access memory in kernel space result in a hardware exception. When running in kernel mode, the CPU can access both user and kernel memory space.
Certain operations can be performed only while the processor is operating in kernel mode.
用户态和内核态的区别?
4、Process versus kernel views of the system 详细讲述了从内核的角度看待进程的操作,后续还有很多参考教程。
5、第二章对于每个term进行讲解
6、, filenames can be added, removed, and changed 删除文件名是什么操作????
博主分享了学习Linux/Unix系统编程手册的心得,详细解读了内核调度、文件系统、用户态与内核态区别等内容,面对英语阅读障碍,决心克服并深入理解系统编程。

被折叠的 条评论
为什么被折叠?



