kolibrios/programs/fs/unimg
Kirill Lipatov (Leency) 7d89f2686a MENU.DAT: general update of Russian version
UNIMG: upload binnary, add to IMG
KWINE: upload to SVN, add to ISO

git-svn-id: svn://kolibrios.org@7864 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 00:40:51 +00:00
..
fat12.c New tool: unimg - KolibriOS image unpacker. 2020-04-29 14:16:25 +00:00
make.bat New tool: unimg - KolibriOS image unpacker. 2020-04-29 14:16:25 +00:00
readme.txt New tool: unimg - KolibriOS image unpacker. 2020-04-29 14:16:25 +00:00
unimg MENU.DAT: general update of Russian version 2020-05-05 00:40:51 +00:00

# KolibriOS Image Unpacker
## Summary

Extracts files from FAT12 KolibriOS image to specified folder.

## How to use

unimg path/to/img [output/folder] [-e]

If output folder is skipped, the image will be unpacked at /TMP0/1/KOLIBRI.IMG

Options:
-e: Exit on success

## How to build

kos32-tcc fat12.c -lck -o unimg.kex

## Toolchain

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

## Authors

- Magomed Kostoev (Boppan, mkostoevr): FAT12 file system, driver.

## Contributors

- Kirill Lypatov (Leency): Coding style, driver working protocol.