{"id":17930387,"url":"https://github.com/sickcodes/qnx-modules","last_synced_at":"2025-07-27T09:08:29.768Z","repository":{"id":102999892,"uuid":"436054100","full_name":"sickcodes/qnx-modules","owner":"sickcodes","description":"QNX FileSystem Kernel Modules (qnx-modules-dkms)","archived":false,"fork":false,"pushed_at":"2024-05-12T03:49:44.000Z","size":38,"stargazers_count":6,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T23:57:31.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sickcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-07T23:21:22.000Z","updated_at":"2024-07-22T04:55:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c4bc114-2fab-48b3-a0a6-1b281bfe86db","html_url":"https://github.com/sickcodes/qnx-modules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sickcodes/qnx-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sickcodes%2Fqnx-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sickcodes%2Fqnx-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sickcodes%2Fqnx-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sickcodes%2Fqnx-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sickcodes","download_url":"https://codeload.github.com/sickcodes/qnx-modules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sickcodes%2Fqnx-modules/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267334597,"owners_count":24070602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T21:13:08.017Z","updated_at":"2025-07-27T09:08:29.763Z","avatar_url":"https://github.com/sickcodes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qnx-modules-dkms\nQNX FileSystem Kernel Modules (qnx-modules-dkms)\n\nThis project installs qnx4 and qnx6 filesystem types as kernel modules.\n\nAvailable on the AUR QNX Modules DKMS: [https://aur.archlinux.org/packages/qnx-modules-dkms/](https://aur.archlinux.org/packages/qnx-modules-dkms/)\n\nAUR PKGBUILD: [https://github.com/sickcodes/aur/tree/master/qnx-modules-dkms](https://github.com/sickcodes/aur/tree/master/qnx-modules-dkms)\n\n```PKGBUILD\n# Maintainer: Sick Codes \u003cinfo at sick dot codes\u003e\n\npkgname=qnx-modules-dkms\n_pkgname=${pkgname%-*}\npkgver=r9.11df204\narch=\"$(uname -r)\"\nurl='https://github.com/sickcodes/qnx-modules'\npkgrel=1\npkgdesc='QNX4 and QNX6 FileSystem Types as Kernel Modules (dkms). BlackBerry qnxfs compatible.'\narch=('x86_64' 'aarch64' 'i386')\nlicense=('GPL3')\nprovides=(\"${_pkgname}\")\ndepends=('dkms')\nmakedepends=('git')\nsource=(\"git+${url}.git\"#commit=11df204f32640c7d5ea402f3afd828a085504a3a)\nsha256sums=('SKIP')\n\npkgver() {\n  cd \"${_pkgname}\"\n  printf \"r%s.%s\" \"$(git rev-list --count HEAD)\" \"$(git rev-parse --short HEAD)\"\n}\n\n# prepare() {\n#   cd \"${srcdir}/${_pkgname}\"\n# }\n\npackage() {\n  \n  cd \"${srcdir}/${_pkgname}\"\n\n  install -Ddm755 \"${pkgdir}/usr/src/qnx4-${pkgver}/\"\n  install -Ddm755 \"${pkgdir}/usr/src/qnx6-${pkgver}/\"\n\n  cp -dr --preserve=ownership \"${srcdir}/${_pkgname}/qnx4/\"* \"${pkgdir}/usr/src/qnx4-${pkgver}/\"\n  cp -dr --preserve=ownership \"${srcdir}/${_pkgname}/qnx6/\"* \"${pkgdir}/usr/src/qnx6-${pkgver}/\"\n\n  cd \"${srcdir}/${_pkgname}/qnx4\"\n  make\n  make DESTDIR=\"${pkgdir}/usr/src/qnx4-${pkgver}/\" install\n\n  cd \"${srcdir}/${_pkgname}/qnx6\"\n  make\n  make DESTDIR=\"${pkgdir}/usr/src/qnx6-${pkgver}/\" install\n\n  # Set name and version\n  sed -e \"s/@_PKGBASE@/qnx4/\" \\\n      -e \"s/@PKGVER@/${pkgver}/\" \\\n      -i \"${pkgdir}/usr/src/qnx4-${pkgver}/dkms.conf\"\n\n  sed -e \"s/@_PKGBASE@/qnx6/\" \\\n      -e \"s/@PKGVER@/${pkgver}/\" \\\n         \"${pkgdir}/usr/src/qnx6-${pkgver}/dkms.conf\"\n\n  echo '** To activate qnx4 and/or qnx6 **\n# $ sudo modprobe qnx4\n# $ sudo modprobe qnx6'\n  \n}\n\n# sudo modprobe qnx4 qnx6\n```\n\nFor non-Arch users:\n\n```bash\ncd qnx6\nmake\nsudo insmod qnx6.ko\ncd ..\ncd qnx6\nmake\nsudo insmod qnx6.ko\n\nsudo modprobe qnx4 qnx6\n```\n\nThis is for Kernel configs without QNX4FS or QNX6 enabled.\nCheck if your current kernel has `CONFIG_QNX4FS_FS` or `CONFIG_QNX6FS_FS`, which it most likely will not.\n\n```bash\nzcat /proc/config.gz | grep QNX\n# CONFIG_QNX4FS_FS is not set\n# CONFIG_QNX6FS_FS is not set\n```\n\n# Internal use-only\n\nUpdate the kernel sources, if ever.\n\n```bash\n# prepare existing tree\ngit clone https://github.com/sickcodes/qnx-modules-dkms.git\n\n# QNX4_MAKEFILE=\"$(\u003c./qnx-modules-dkms/qnx6/Makefile)\"\n# QNX6_MAKEFILE=\"$(\u003c./qnx-modules-dkms/qnx6/Makefile)\"\n\nrm -rf ./qnx-modules-dkms/qnx4\nrm -rf ./qnx-modules-dkms/qnx6\n\n# copy linux ./linux/fs/qnx4 and ./linux/fs/qnx6 from linux git\ngit clone --depth 1 https://github.com/torvalds/linux.git\n\ncp -ra ./linux/fs/qnx4 ./qnx-modules-dkms/\ncp -ra ./linux/fs/qnx6 ./qnx-modules-dkms/\n\nrm -rf ./linux\n\n# # use the kernel module Makefiles\n# cat \u003c\u003c\u003c \"${QNX4_MAKEFILE}\" \u003e./qnx-modules-dkms/qnx4/Makefile\n# cat \u003c\u003c\u003c \"${QNX6_MAKEFILE}\" \u003e./qnx-modules-dkms/qnx6/Makefile\n\ntee -a ./qnx-modules-dkms/qnx4/dkms.conf \u003c\u003c\u003c qnx4\ntee -a ./qnx-modules-dkms/qnx6/dkms.conf \u003c\u003c\u003c qnx6\n\n# restore the modified OOT Makefiles\ngit restore ./qnx-modules-dkms/qnx4/Makefile\ngit restore ./qnx-modules-dkms/qnx6/Makefile\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsickcodes%2Fqnx-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsickcodes%2Fqnx-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsickcodes%2Fqnx-modules/lists"}