Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Refactoring: Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkostoevr committed Apr 26, 2020
1 parent fd3b158 commit 196ee4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# KolibriOS Image Unpacker
## Summary
Extracts files from FAT12 KolibriOS image to specified folder.

## How to use
```unimg path/to/img output/folder```

## How to build
```tcc fat12.c -lck -o unimg.kex```

## Toolchain
Default toolchain for TCC on Kolibri, got from KolibriISO/develop/tcc

0 comments on commit 196ee4a

Please sign in to comment.