Subversion Repositories QNX 8.QNX8 utilities

Rev

Rev 4 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# QNX 8 utilities

![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")

### By order of importance

* __fbwrite__ - a linear framebuffer text and image writer - easily transformable into a full-fledged UEFI console driver. Used in the screenshot above. See __startup-x86-framebuffer-patch.txt__ for instructions on how to expose the UEFI framebuffer from the QNX8 startup.
* __dump-efivars__ - a tool to display the value of UEFI non-volatile configuration variables on UEFI system _without using the EFI service routines_, i.e. without impact on the realtime scheduler. The tool simply maps the UEFI configuration address space(s) from QNX user space, scans its contents bottom up, and displays all valid EFI variable structures it finds in this memory area. It is most useful to assert e.g. whether the system was booted into safe mode without any impact on the QNX8 scheduler.
* __qnx6label__ - a tool to view and edit the partition labels of qnx6fs "power-safe" filesystems, either unmounted or mounted read-only.
* __doslabel__ - a tool to view and edit the partition labels of FAT12/FAT16/FAT32 filesystems (including the EFI system partition), either unmounted or mounted read-only.