https://github.com/heitang/fcu-1091-os
作業系統(一)
https://github.com/heitang/fcu-1091-os
course lab
Last synced: about 1 year ago
JSON representation
作業系統(一)
- Host: GitHub
- URL: https://github.com/heitang/fcu-1091-os
- Owner: HeiTang
- Created: 2020-11-21T18:19:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T13:34:48.000Z (over 5 years ago)
- Last Synced: 2025-06-10T22:47:56.230Z (about 1 year ago)
- Topics: course, lab
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |