mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 20:33:35 +00:00
f357c0296a
Fixing up poorly written sentence.
11 lines
891 B
Markdown
11 lines
891 B
Markdown
![C/C++ CI](https://github.com/akuker/RASCSI/workflows/C/C++%20CI/badge.svg) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/akuker/RASCSI/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/akuker/RASCSI/?branch=master)
|
|
<a href="https://scan.coverity.com/projects/akuker-rascsi">
|
|
<img alt="Coverity Scan Build Status"
|
|
src="https://scan.coverity.com/projects/21656/badge.svg"/>
|
|
</a>
|
|
|
|
# What is RaSCSI?
|
|
RaSCSI is a virtual SCSI device emulator that runs on a Raspberry Pi. It runs in userspace, and can emulate several SCSI devices at one time. There is a control interface to attach / detach drives during runtime, as well as insert and eject removable media. This project is aimed at users of vintage Macintosh computers from the 1980's and 1990's.
|
|
|
|
Please check out the full story with much more detail on the [wiki](https://github.com/akuker/RASCSI/wiki)!
|