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

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

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’
```