Skip to content

mkostoevr/KOSIU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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