Giter Site home page Giter Site logo

peterbortas / samdisk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonowen/samdisk

1.0 2.0 0.0 672 KB

A portable disk image utility, specialising in copy-protected PC-compatible formats.

Home Page: http://simonowen.com/samdisk

License: MIT License

CMake 0.83% Shell 0.01% C++ 85.98% C 13.17%

samdisk's Introduction

SAMdisk

Introduction

SAMdisk is a portable disk image utility. It specialises in reading and writing most PC-compatible floppy media, including many copy-protected formats.

Development

This code base is still very much a work in progress, and expected to be incomplete and buggy for a little while longer.

Despite being based on the SAMdisk 3 source code, the disk core has been completely rewritten for improved flexibility. This has resulted in a temporary loss of some features -- most notably Windows floppy disk writing via fdrawcmd.sys. Some and disk image formats are also missing, and some made be read-only.

Once the missing functionality has been restored it will be released officially as SAMdisk 4.0.

System Requirements

The latest code builds under Windows, Linux and macOS, and should be portable to other systems. Building requires a C++ compiler with C++14 support, such as Visual Studio 2017, g++ 4.9+, or Clang 3.6+.

All platforms can use the CMake build system. A number of optional libraries are used if they are available at configuration time. Use cmake -DCMAKE_BUILD_TARGET=Release . to create the build scripts then make to build.

Windows developers may wish to install vcpkg and add the zlib, bzip2 and liblzma packages. They will be found by CMake and automatically linked by the VS2017 project. vcpkg can also be used to create and build a CMake project. See the official site for details.

Install the CAPSimage library for IPF/CTRaw/KFStream/Draft support, and the FTDI) library for SuperCard Pro device support. libusb or WinUSB will be used for KryoFlux device support, depending on the platform.

The provided Visual Studio 2017 project file expects all libraries mentioned above to be available at compile time. To disable individual support, comment out the appropriate HAVE_* entries in SAMdisk.h.

License

The SAMdisk source code is released under the MIT license.

Contact

Simon Owen
http://simonowen.com

samdisk's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.