https://github.com/mkostoevr/kosiu
KolibriOS Image Unpacker.
https://github.com/mkostoevr/kosiu
fat fat12 file-system filesystem img
Last synced: 4 months ago
JSON representation
KolibriOS Image Unpacker.
- Host: GitHub
- URL: https://github.com/mkostoevr/kosiu
- Owner: mkostoevr
- License: mit
- Created: 2020-04-25T19:29:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T14:03:36.000Z (about 5 years ago)
- Last Synced: 2024-12-17T15:44:32.182Z (5 months ago)
- Topics: fat, fat12, file-system, filesystem, img
- Language: C
- Homepage:
- Size: 2.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```tcc fat12.c -lck -o unimg.kex```## Toolchain
Default toolchain for TCC on Kolibri, got from KolibriISO/develop/tcc