https://github.com/daileyet/qnx-benginer
QNX beginer sample and learning meterials
https://github.com/daileyet/qnx-benginer
guide qnx
Last synced: 5 months ago
JSON representation
QNX beginer sample and learning meterials
- Host: GitHub
- URL: https://github.com/daileyet/qnx-benginer
- Owner: daileyet
- License: apache-2.0
- Created: 2020-07-09T03:23:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T02:52:09.000Z (almost 6 years ago)
- Last Synced: 2023-06-25T20:04:56.653Z (about 3 years ago)
- Topics: guide, qnx
- Language: C
- Homepage:
- Size: 2.38 MB
- Stars: 13
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qnx-benginer
QNX beginer sample and learning meterials
## How-to
1. [How to write hello-world by Momentics](https://openthinks.com/archives/259/)
2. [How to start graphic in QNX OS VMware](https://openthinks.com/archives/295/)
3. [How to draw graphic by screen API](https://openthinks.com/archives/284/)
## Basic knowledge
1. [QNX Process&Thread](doc/01_QNX_Process&Thread.md)
2. [QNX IPC](doc/02_QNX_IPC.md)
3. [QNX IO](doc/03_QNX_IO.md)
4. [QNX Interrupt](doc/04_QNX_Interrupt.md)
5. [QNX Screen](doc/05_QNX_Screen.md)
* [Rendering](doc/05_QNX_Screen_Rendering.md)
* [Windowing](doc/05_QNX_Screen_Windowing.md)
* [Resource Sharing](doc/05_QNX_Screen_ResourceSharing.md)
## Sample Code
* [Process&Thread](code/qnxprocessthread)
* [IPC](code/qnxipc)
* [IO](code/qnxio)
* [Interrupt](code/qnxinterrupt)