#
driver-programming
Here are 66 public repositories matching this topic...
My notes while studying Windows internals
-
Updated
Feb 2, 2022 - C
-
Updated
Jan 9, 2021 - C++
Keylogger driver for Windows
-
Updated
Dec 27, 2018 - C
Example Windows Kernel-mode Driver which enumerates running processes.
windows
native
driver
process
windows-kernel
kernel-mode-driver
kernel-mode
wdk
process-list
driver-programming
zwquerysysteminformation
-
Updated
Nov 29, 2019 - C
Example Windows Kernel-mode Driver which finds process ID by executable file name.
-
Updated
Nov 23, 2019 - C
This tutorial discusses technical issues to develop your own linux device driver. The aim of this tutorial is to provide, easy and practical examples so that everybody can understand the concepts in a simple manner.
-
Updated
May 19, 2021 - C
-
Updated
Mar 30, 2020 - C
Connecting a proximity sensor to Android
-
Updated
Jul 22, 2016 - C
mini x86 Operating System <= 256KB
linux
unix
kernel
driver
linux-kernel
operating-system
syscalls
driver-programming
x86-nasm
x86-assembly
real-time-operating-system
-
Updated
May 8, 2022 - C
-
Updated
Dec 19, 2017 - C
Minimal OpenVR test driver to publish hand animations associated with a controller
-
Updated
Jan 24, 2021 - C++
Experiments with Linux kernel modules
-
Updated
Feb 5, 2022 - C
Project for university - writing a linux kernel module for the waveshare e-paper display
-
Updated
Feb 29, 2016 - C
Virtual COM port driver for Windows 95.
-
Updated
Jan 22, 2019 - C
A set of isomorphic drivers that can run both in kernel and user space without modifications.
-
Updated
Oct 18, 2021 - Rust
Help to build vmware vmk driver (esxi 6.7) on CentOS 7
-
Updated
Nov 7, 2020 - Shell
Drivers for the Minix 3 operating system
c
keyboard
timer
driver
mouse
drivers
minix-os
serial-port
real-time-clock
video-card
driver-programming
-
Updated
Jul 3, 2017 - C
Asus ACPI Advanced Fan Control Driver
-
Updated
May 17, 2018 - C
STM32F401CCUx_PA0ButtonHandler driver.
arm
cortex-m
stm32
driver
assembly-language
drivers
mcu
cortex-m4
assembly-language-programming
driver-programming
driver-development
stm32f401ccu6
-
Updated
Oct 29, 2021 - Assembly
Repository for the course System and Device Programming, A.Y. 2016/17 @ Politecnico di Torino
polito
xv6
system-programming
linux-kernel-module
msdn
linux-programming
driver-programming
windows-programming
-
Updated
Jun 27, 2017 - C++
This repo contains C++ version of DAVE generated code for Peripherals with modified/added functionalities for XMC4500 Relax Kit
-
Updated
Mar 6, 2020 - C
Various projects that utilize low level hardware instructions to interface with leds, speaker output and joystick input.
-
Updated
Jul 26, 2017 - C
ASU_CSE522_Prof Yann Hang Lee
-
Updated
May 15, 2018 - Makefile
-
Updated
Nov 20, 2019 - C
Operating System Micro-kernel designed for IA-32 Arch.
-
Updated
Apr 18, 2018 - C
Custom Linux distro on a microSD card for the BeagleBone Black that contains morse code character driver as part of the kernel. It welcomes the user by flashing "Welcome to Embedded Linux" when the BBB boots from the microSD card
linux
leds
beaglebone-black
usb
ubuntu
kernel-module
virtual-machine
linux-kernel
morse-code
embedded-systems
drivers
bootloader
partitioning
operating-systems
linux-driver
embedded-linux
embedded-c
microsd
driver-programming
character-driver
-
Updated
Jan 8, 2021 - C
Improve this page
Add a description, image, and links to the driver-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the driver-programming topic, visit your repo's landing page and select "manage topics."
Right now, the driver needs to be built from DOS with the Windows DDK disc. While this isn't a problem outside of my own laziness for development, it'd be nice to be able to build from a modern OS. With that, we can also do automated builds and smoke tests.
As for CI, I suspect there's no convenient prefab thing.
I have a prototype using DOSBox, which is convenient, while it can run automat