Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmdartus/scheduler
Practice of advanced Operating System course
https://github.com/pmdartus/scheduler
Last synced: 8 days ago
JSON representation
Practice of advanced Operating System course
- Host: GitHub
- URL: https://github.com/pmdartus/scheduler
- Owner: pmdartus
- Created: 2013-10-02T07:05:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T09:43:08.000Z (about 11 years ago)
- Last Synced: 2024-10-18T19:01:13.930Z (28 days ago)
- Language: C
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Operating System course
[Information](http://perso.citi-lab.fr/kmarquet/4if-GRP.html)
## GDB and Rasberry Pi Emulator
Checkout the gdb directory
## INSA workflow
First connect to INSA in ssh:
```
ssh [user]@iftpservev2.fr
```And then make it pop! All the drivers for Rasberry Pi is installed, so you just need to `git clone [email protected]:pmdartus/Scheduler.git` the repo and follow the commands.
> **Bonus SWAG**
> Use transmit in sftp to open your files in Sublime and automatically push back to the server when saving! ;)
## Simple collaborative scheduler
Checkout `ordonnanceemnt_collaboratif` directory
###Commands
```
make : Compile
make clean : Delete useless files
./debug/run-qemu.sh : Launch the rasberry_PI emulator
./debug/debug.sh : Launch rasberry_PI gdb version
```