Open Source Server Operating Systems Hardware Drivers - Page 2

Hardware Drivers for Server Operating Systems

  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 1
    GoGetHardware (GGH) is a tool to show up the mounted hardware on a windows pc. GGH gets information about the system OS, the drivers and the hardware using MS WMI. Even like Everest Home Edition. GGH creates reports, to send these information to friends
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Software to drive a Laser Tag gun and pack and other functions there in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    INDI Astronomical Control Protocol
    INDI is an instrument neutral distributed interface control protocol that aims to provide backend driver support and automation for a wide range of Astronomical devices (telescopes, focusers, CCDs..etc). Project migrated to Github: https://github.com/indilib/indi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Lightget is an open hardware and open software project to build computer controlled systems with LEDs and/or other light sources. The ultimate goal is to provide illumination and visual entertainment in a convenient, low-cost solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 5
    This project aims to port linux on the ETC WEP (Wireless Embedded Platform).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Samsung ML-1210 printer works perfect under Win32, under linux (not so good), but not under Win64. This tool is not a complete driver, even presently not a 64-bit, but it allows to print graphic files. It uses code from ghostscript 5.10 for linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NETAYT releases driver and dialer for IPWireless mobile broadband modems as GPL open source project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The objectives of OCERA is the design and implementation of a library of free software components for the design of embedded real-time systems. These components will be used to create flexible, configurable, robust and portable embedded applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ARCNET network controller core, descriped in VHDL with datasheet, documentation, device drivers, a software testsuite and examples. All based on the PM20100 VHDL-design from Peter Mühlenbrock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10
    Uniform Driver Interface -- Public Source Code for runtime environments and drivers based on the UDI Specifications. Single source image for a driver, built once for each ABI (IA32, Sparc, etc.) and then run on any OS that provides UDI!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pyramid Computer delivers its server with an LCD Display. This project implements an Windows Service controlling the output of the display and enable the user to show the values he needs. The service is implemented under C#.Net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Roundhouse is a pair of C based embedded software applications to drive model railroad stepper motor based turntables. It consists of a stepper motor code and controller code connected by an I2C network. Written in C for PIC18/PIC16s processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SimOS is an OS that will be based on the OSKIT function library. In addition we will be maintaining the oskit as a seperate release, updated as the core of the kernel. This OS will be easy to use, with numerous software versions on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TINI-Flash provides Flash file system support, class libaries and utilities for the Dallas Semiconductor TINI embedded Java computer. Currently Flash support is provided as FileSystemDriver class (integrtable into SLUSH) and as command line utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Goal of the KGI Project is to provide the neccessary kernel level support (protection, virtualization and abstraction) for graphics hardware through a fast, secure and portable kernel graphics interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Project purpose: emulating a disk drive which information will be stored in a database through network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WDT Driver for LPC1114 on FreeRTOS

    WDT Driver for LPC1114 on FreeRTOS

    Watchdog Timer Driver for LPC1114 on FreeRTOS

    The Project "WDT Driver for LPC1114 on FreeRTOS" was my Project work required for the partial Completion of my Post Graduate Diploma in Embedded System Design at Center for Development of Advanced Computing, Advanced Computing Training School, Pune, India. The Duration of the Project was 15-20 Days wherein we had to develop the driver library for the Watchdog Timer on LPC1114 and incorporate the same into FreeRTOS. The services of the driver are exported using the UNIX like read, write, Open and ioctl system calls used by the various tasks in the FreeRTOS environment to register with the Watchdog service. The Watchdog service itself is a task running as an idle task hook and services the watchdog on behalf of all the tasks that are registered with our driver. The driver would reset the system if any of the registered tasks do not perform as they should. This is a student Project, a team of 5, There are some corner cases here and there which would be eliminated gradually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ev3Servo

    A simple multichannel servo controller driver model

    This is a simple servo driver implementation, written for leJOS EV3, models the 8 channel servo controller module NXTServo (v3)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    control cd organizer devices with a plugin-based architecture. Currently supports Dacal DC-300 and KDS CDM-751
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    spectramfid

    A ramdisk on a Spectranet device FID driver for CP/M Plus

    CP/M Plus on ZX Spectrum +3 has ability to load device drivers from normal disk files (with .fid extension) on boot. A Spectranet device (apart from being networking interface) contains 128kB of extra RAM that can be accessed even with the Spectranet firmware disabled. This project proposes a FID driver that exposes Spectranet's extra memory as a ramdisk to the CP/M Plus system. Changes in v1.1: keep floppy drive motor state (as set by CP/M) when paging in Spectranet RAM (to avoid motor jumps). Unfortunately, motor state is controlled by the same hardware register as +3's memory paging features! Changes in v1.2: Avoid using Spectranet RAM page 0 used by the device itself. Thanks to this change this driver can be used with the upcoming driver for networked disk image. This driver can work along with spectran.fid driver exposing other networking capabilities of Spectranet device to the CP/M system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    storport for Win 2003 with SMART support

    Patched storport driver for Windows 2003 Server with SMART support

    These are two patched versions of the storport driver for Windows 2003. The first version patches the storport driver of the leaked Windows Server 2003 source code archive. The second version patches storport of Windows 7 and uses it in combination with ntoskrn7.sys, which is sort of a self compiled extender library for ntoskrnl.exe to add support for missing functions called by Windows 7 storport. For more details visit https://storport-win2003-smart-support.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tools around the Scenix 48/52 series microcontrollers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TI-84 Plus USB on-the-go driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UTS: Unified Telescope System. A modular system for controlling astronomical observatories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    zxmmcfid

    A ZXMMC mass storage device FID driver for CP/M

    CP/M Plus on ZX Spectrum +3 has ability to load device drivers from normal disk files (with .fid extension) on boot. One of the most important devices for any disk operating system is the mass storage drive. Although ZXMMC device is available on the market for years and it works well with +3e firmware, partitions created on MMC cards could not be accessed from CP/M world. At some point it became so frustrating, I decided to write FID driver for it. It's not perfect, but it works surprisingly well. For list of limitations, build instructions and more details see the source code file.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB