An open API service indexing awesome lists of open source software.

https://github.com/heitang/fcu-1091-os

作業系統(一)
https://github.com/heitang/fcu-1091-os

course lab

Last synced: about 1 year ago
JSON representation

作業系統(一)

Awesome Lists containing this project

README

          

# FCU-1091-OS

```
gcc example.c -o example -lpthread
```

## LAB
| Date | Name | Description |
| :--: | :--: | :---------: |
| 2020-10-08 | Lab1 | Install VirtualBox |
| 2020-10-22 | Lab2 | fork() |
| 2020-11-19 | Lab3 | Multi Process |
| 2020-12-03 | Lab4 | TCP Socket |
| 2020-12-17 | Lab5 | Race |
| 2020-12-24 | Lab6 | Semaphore |