+ 内存管理与按需分页(Demand Paging)
+ 键盘输入
+ 多进程
-+ 33个常见的Linux/POSIX系统调用([附录1](#appendix1))
++ 40个常见的Linux/POSIX系统调用([附录1](#appendix1))
+ 用户模式
+ 信号机制
+ PCI 3.0
2. `chdir(2)`
2. `fchdir(2)`
2. `getcwd(2)`
+2. `rename(2)`
+2. `mount(2)`
+2. `unmount` (a.k.a `umount(2)`)
### LunaixOS自有