https://github.com/7etsuo/tinyos-disk-driver
https://github.com/7etsuo/tinyos-disk-driver
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7etsuo/tinyos-disk-driver
- Owner: 7etsuo
- Created: 2023-12-02T19:09:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T09:37:42.000Z (over 2 years ago)
- Last Synced: 2024-12-28T00:39:48.114Z (over 1 year ago)
- Language: C
- Size: 242 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Custom Atari ST Disk Driver
Contact
🌨️ Snowcrash:
[snowcra5h@icloud.com](mailto:snowcra5h@icloud.com)
https://twitter.com/snowcra5h
> This repository contains the source code and documentation for a custom disk driver designed for the Atari ST, specifically targeting the Western Digital WD1772 Floppy Disk Controller. This driver is part of a custom operating system developed for the Atari ST's unique hardware architecture.
## Overview
The custom disk driver is developed to leverage the specific capabilities of the Atari ST and its hardware components. It focuses on providing efficient, low-level access to floppy disk operations, ensuring compatibility and optimal performance.
## Features
- Low-Level Disk Access: Directly interfaces with the WD1772 controller for efficient disk operations.
- Optimized for Atari ST: Tailored to the specific hardware characteristics of the Atari ST platform.
- Error Handling: Robust error detection and handling mechanisms for reliable disk operations.
- Customizable Parameters: Configurable settings for different disk formats and operation modes.