https://github.com/dl0312/cse4070_operating_system
Sogang univ / CSE / Pintos Project
https://github.com/dl0312/cse4070_operating_system
Last synced: 15 days ago
JSON representation
Sogang univ / CSE / Pintos Project
- Host: GitHub
- URL: https://github.com/dl0312/cse4070_operating_system
- Owner: dl0312
- Created: 2019-09-30T14:25:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T13:31:04.000Z (over 5 years ago)
- Last Synced: 2024-10-11T21:04:51.330Z (4 months ago)
- Language: C
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating System
## Command
```shell
pintos --filesys-size=2 -p ../examples/echo -a echo -- -f -q run 'echo x'
``````shell
pintos --filesys-size=2 -p ../examples/sum -a sum -- -f –q run ‘sum 10 20 40 56’
```