Open Source Linux Operating System Kernels - Page 61

Operating System Kernels for Linux

View 284 business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    qnutCNC

    qnutCNC is a program to control the ethernut development board

    qnutCNC is set out to control an ethernut development board which is running ucos2 and which in turn controls a CNC machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    qtOS

    Tiny operating system for running HCFSM-based systems

    qtOS is an operating system for running systems of finite-state machines. The system kernel is a task scheduler that runs processes' transitions at every cycle. Each task is activated either to be run in parallel (fork) with other active processes in the system or subordinated to the caller task, thus blocking it and creating a hierarchy of tasks. Execution of processes can be preemptive or non-preemptive and, among those with the same priority, a round-robin turn is performed. This operating system can be used to illustrate these concepts and can also be used to suport the execution of some embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Linux build, cross toolchain & root fs to run on Mikrotik's RB1000 unit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is to develop a real time scheduler. We currently have a scheduler patch for the linux kernel that separates the ready real time tasks into MAX_PRI lists. This allows very fast insertion and basically flat dispatch times for real time tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    I'm tring to bring this kernel full process ,interrupt and Memory management,real time ability,and FS(which will been add in the next major version). Although there's a long way to go,I'm glade to devote my spare time in it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    remove-old-linux-files

    Remove old files, Bash script for cronjob

    Remove old files, Bash script for cronjob If you need to remove files periodically, you can make a cronjob with an easy bash script like this one. Remember, to change the variables ! 2016 by www.garanet.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The aim of the project is to make possible to use video-in functionality of nVidia cards for Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    a kernel for many architectures. the kernel is a micro-kernel which can be used as an hybrid- or monolithic-kernel. the kernel is written in assembler and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    rlocate is an implementation of the "locate" command that is always up-to-date
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    A multi-tasking, multi-threaded micro-kernel operating system for the x86 platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    rtl2832-entropyd

    Use an rtl2832 USB dongle to generate random data for the linux kernel

    rtl2832_entropyd is a program that is designed to feed entropy into the linux /dev/random kernel entropy pool. It automatically forks and runs as a daemon, unless one of the testing options, -o or -t, are selected. Then it never forks. To use it, you need an rtl2832 USB dongle. They are relatively cheap (< $10 on ebay), and are actually used to listen to a broad range of radio transmissions. This application exploits the radio noise in the atmosphere to extract entropy. The kernel already has a module to use the rtl2832 for its intended purpose, listening to radio, so if you want to use it to generate entropy, you will have to blacklist that module, so it doesn't load. If it is loaded, this program will not be able to acquire the rtl2832 device, and won't run. Create the file /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf with the line blacklist dvb_usb_rtl28xxu in it. The project website is an html version of the man page, so you can find more complete information there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This small project is a bridge between RTAI and RTLinux applications in Kernel-Space and ROOT-trees (see http://root.cern.ch) in User-Space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Linux distribution dedicated to MAO, based on : - debian stable + backports - lxde
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Boot the T-Online Vision S100 (or other x86 PCs) using TFTP via the builtin WiFi/WLAN adapter. To make this possible a mini linux is booted from the DOM configuring and connecting the adapter using DHCP/PXE (WEP/WPA) and start the new kernel using kexec
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Driver module using rtc-driver allowing multiple users to use the real-time-clock. Each task opening the timer device gets its own image of the RTC. Except setting the RTC, all features can be used on a per task basis without frequency restriction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    administration tool for getting/changing linux 2.6 scsi log level in an user-friendly way
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An experimental kernel patchset against the 2.6 kernel tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Graphical User Interface for smaps under proc filesystem (/proc/<pid>/smaps).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An experiment in finding kernel errors. There are two main parts to Smatch. The first is a patch to the gcc sources to print out a lot of information. The second part is a collection of perl scripts and libraries to analyze the information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    pseudo terminal sniffer/loger The sniffy project allows to trace/log the data of any pseudo terminal in the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sockmon enables users to monitor the per-connection TCP information of all the active connections on a Linux machine in real-time. The display has a look of a netstat. The information sockmon shows is rtt, snd_wnd, cwnd and so on. Written as kernel module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    sparkmagic

    sparkmagic

    Jupyter magics and kernels for working with remote Spark clusters

    Sparkmagic is a set of tools for interactively working with remote Spark clusters in Jupyter notebooks. Sparkmagic interacts with remote Spark clusters through a REST server. Automatic visualization of SQL queries in the PySpark, Spark and SparkR kernels; use an easy visual interface to interactively construct visualizations, no code required. Ability to capture the output of SQL queries as Pandas dataframes to interact with other Python libraries (e.g. matplotlib). Send local files or dataframes to a remote cluster (e.g. sending pretrained local ML model straight to the Spark cluster) Authenticate to Livy via Basic Access authentication or via Kerberos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SPI core for Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    srvRX live

    A simple project for creating hosting server-a-like live distribution

    The idea is creating a simple and easy to install debian based secure system distibuted in LAMP stack as well and LNMP (nginx), with support for 32-64 bit cpus and small-large ram. Initial Stage: Creating stable live systems Second Stage: mod_mono and php coexistance, RoR, manage users/groups/packages scripts and system monitoring system, custom graphics Third Stage BUilding entire CnCP system (CnCp's not cPanel in old UNIX fashion), a web interface to create/manage and deploy users/accounts/monitoring on this server. You are more than welcome to help (developing/deploying/design/administration/words of wisdom/whatever you think you can do) Project current status is: Initial stage - > Alpha, virtualbox image of the system, when show some stable and secure properties will be released as livecd aswell (vmdk on its way)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB