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

https://github.com/mateuseap/ihs-project

Project for discipline IF817 (Hardware-Software Interface)
https://github.com/mateuseap/ihs-project

Last synced: 4 months ago
JSON representation

Project for discipline IF817 (Hardware-Software Interface)

Awesome Lists containing this project

README

          

# IHS Project

## πŸ“‚ Content

- [Useful commands](docs/COMMANDS.md)

## 🌳 Project tree

.
β”œβ”€β”€ app
β”‚Β Β  β”œβ”€β”€ assets
β”‚Β Β  β”‚Β Β  └── *
β”‚Β Β  β”œβ”€β”€ game.py
β”‚Β Β  β”œβ”€β”€ start.py
β”‚Β Β  └── utils.py
β”œβ”€β”€ docs
β”‚Β Β  └── COMMANDS.md
β”œβ”€β”€ driver
β”‚Β Β  β”œβ”€β”€ char
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dummy.c
β”‚Β Β  β”‚Β Β  └── Makefile
β”‚Β Β  └── pci
β”‚Β Β  β”œβ”€β”€ de2i-150.c
β”‚Β Β  └── Makefile
β”œβ”€β”€ include
β”‚Β Β  β”œβ”€β”€ display.h
β”‚Β Β  └── ioctl_cmds.h
β”œβ”€β”€ mapping
β”‚Β Β  └── *
β”œβ”€β”€ .gitignoreΒ 
β”œβ”€β”€ README.md
└── setup.sh

## πŸš€ How to run the project

Just open up a terminal and run the below command:

```bash
sh setup.sh
```

Then you're ready to go, have fun! 😁

## πŸ‘₯ Group

- [Filipe Baptistella (fbv)](https://github.com/filipe-baptistella)
- [JoΓ£o Marcos (jmav)](https://github.com/jmarcossss)
- [Lucas Emmanuel (legl)](https://github.com/OhLK)
- [Mateus Elias (meap)](https://github.com/mateuseap)
- [Nathalia Barbosa (nfab)](https://github.com/nathaliafab)
- [Pedro Rodrigues (prds)](https://github.com/Pedr0Domingues)