mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-26 16:31:11 +00:00
Daniel Markstedt
e3794619b4
OLED screen: Clean exit on error; proper handling of removable devices; signal handling; splash screen (#364)
* Clean exit on errors * Avoid unnecessary scrolling * Fix bug where removable media wasn't updated * Add signal handler, solution from https://stackoverflow.com/questions/1112343/how-do-i-capture-sigint-in-python * Display a splash screen on startup * Introduce stop splash * Add parameters to enable the SIGTERM handling to take effect * Change to a less busy stop splash * Less busy start splash * Iterate on splash bitmaps * Iterate on splash bitmap * Add check for libopenjp2-7-dev in the start script * Iterate on splash bitmap * Iterate on splash bitmap
OLED screen: Clean exit on error; proper handling of removable devices; signal handling; splash screen (#364)
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 and Atari computers from the 1980's and 1990's.
Please check out the full story with much more detail on the wiki!
How do I contribute?
RaSCSI is using the Gitflow Workflow. A quick overview:
- The master branch should always reflect the contents of the last stable release
- The develop branch should contain the latest tested & approved updates. Pull requests should be used to merge changes into develop.
- The rest of the feature branches are for developing new features
- A tag will be created for each "release". The releases will be named . (for the first release of the month). Hot fixes, if necessary, will be released as ... For example, the first release in January 2021 will be release "21.01". If a hot-fix is needed for this release, the first hotfix will be "21.01.1".
Typically, releases will only be planned every few months.
Description
English fork of the Japanese RaSCSI project. RaSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices.
Readme
67 MiB