| marp | true |
|---|---|
| theme | default |
| paginate | true |
| _paginate | false |
| header | |
| footer | |
| backgroundColor | white |
- 给应用提供"好"的服务
- 提高性能、简化开发、加强安全
- 应用的执行环境持续进化
- 操作系统功能持续增强
-
lec1: 试试UNIX/Linux
-
"系统调用"
-
例子,用C语言,来自UNIX(例如Linux、macOS、FreeBSD)。
fd = open("out", 1); write(fd, "hello\n", 6); pid = fork()
-


