Coder Social home page Coder Social logo

minix1-unwrap's Introduction

minix1-unwrap

This tool allows to unpack Minix V1.x disk images used for big endian system (e.g. Amiga, Atari ST, Mac). The files found in the images are extracted with sub dirs into a host directory. Additionally, compressed archives found in the images are automatically extracted (e.g. SRC.a.Z files).

Installation

  • You need a Python >=3.6 setup

  • Install unlzw3 package

      pip3 install unlzw3
    
  • Clone this repo

Run

Download some Minix V1.x disk images for Amiga, Atari ST, or Mac from Minix 1.x Versions

Unpack the contents of the disk images by giving the disk name of one or multiple images to unpack_disk.py:

	$ ./unpack_disk.py disk03 disk04

A new folder called disk will be created in the current directory and the extracted files are placed there. Use option -o <output_dir> to set an alternative output directory.

If source archives are found (i.e. *.a.Z files for the kernel sources) then the archives are unpacked automatically. Use option -k to keep archives.

Note: the tool is only able to unpack disk images in Minix file format. Typically, the first disks of an install set are in the native disk format of the target system and cannot be unpacked with this tool.

minix1-unwrap's People

Contributors

cnvogelg 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.