Skip to content
#

character-device

Here are 21 public repositories matching this topic...

End-to-end embedded Linux driver project for a custom QEMU-emulated MMIO mailbox device. Implements a QEMU `virt-mbox` SysBusDevice and Linux `vmbox` platform character driver exposing `/dev/vmbox0`, with FIFO-backed I/O, interrupts, `poll()`, ioctl UAPI, sysfs/debugfs observability, and an ARM64 QEMU boot demo.

  • Updated Jul 26, 2026
  • C

CharPulse is a Linux character device driver with a dynamically resizing kernel buffer. It supports read, write, append, and clear operations, allowing storage of large amounts of data safely.

  • Updated Apr 12, 2026
  • C

Linux kernel module: character device driver implementing message slots IPC mechanism. Demonstrates IOCTL commands (MSG_SLOT_CHANNEL, MSG_SLOT_SET_CEN), user-space/kernel-space data transfer, lazy allocation, atomic operations, and error handling. Includes kernel source, user-space apps, comprehens ocumentation, and Docker development environment

  • Updated Mar 25, 2026
  • C

Improve this page

Add a description, image, and links to the character-device topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the character-device topic, visit your repo's landing page and select "manage topics."

Learn more