Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 4 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # QNX 8 utilities |
1 | # QNX 8 utilities |
2 | 2 | ||
3 | ![x86 UEFI console on QNX 8.0]( |
3 | ![x86 UEFI console on QNX 8.0](filedetails.php?repname=QNX%208.QNX8%20utilities&path=%2Fx86-uefi-console.png "x86 UEFI console on QNX 8.0") |
4 | 4 | ||
5 | ### By order of importance |
5 | ### By order of importance |
6 | 6 | ||
7 | * __ifstool__ - a portable open-source reimplementation of [mkifs](https://www.qnx.com/developers/docs/8.0/com.qnx.doc.neutrino.utilities/topic/m/mkifs.html), able to pack, unpack and analyze BIOS and UEFI QNX boot images, compressed or not, using the same syntax as mkifs. Most of the options are supported. Can be built as a native QNX tool. Already used in production in some places. The bootable IFS pictured in the above screenshot was built using __ifstool__. |
7 | * __ifstool__ - a portable open-source reimplementation of [mkifs](https://www.qnx.com/developers/docs/8.0/com.qnx.doc.neutrino.utilities/topic/m/mkifs.html), able to pack, unpack and analyze BIOS and UEFI QNX boot images, compressed or not, using the same syntax as mkifs. Most of the options are supported. Can be built as a native QNX tool. Already used in production in some places. The bootable IFS pictured in the above screenshot was built using __ifstool__. |
8 | * __fbwrite__ - a linear framebuffer text and image writer - easily transformable into a full-fledged UEFI console driver. Used in the screenshot above. |
8 | * __fbwrite__ - a linear framebuffer text and image writer - easily transformable into a full-fledged UEFI console driver. Used in the screenshot above. |