Showing 229 open source projects for "assembly kernel"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 1
    Proximus OS Kernel
    ProximusDA OS Kernel project provides multi-threading communication between cores. It parallel distributed and implements tasks. "ProximusDA (Proximus Design Automation) GmbH was founded in Munich on July 17, 2008. The company's main focus is to develop and sell its Proximus software development tool. Proximus allows designers to evaluate early on which elements should be implemented in hardware and which in software. This knowledge considerably reduces both system development times and risks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The goal of the project is now to develop a user library called libpfm4 to help setup performance events for use with the perf_events Linux kernel interface. The development of the perfmon kernel subsystem, libpfm and pfmon has now stopped.
    Leader badge
    Downloads: 5,696 This Week
    Last Update:
    See Project
  • 3
    ChibiOS/RT free embedded RTOS
    ChibiOS/RT is a free and efficient RTOS designed for deeply embedded applications. It offers a comprehensive set of kernel primitives and supports many architectures: ARM7, Cortex-M0, Cortex-M3, Cortex-M4, PowerPC e200z, STM8, AVR, MSP430, ColdFire, H8S, x86.
    Leader badge
    Downloads: 246 This Week
    Last Update:
    See Project
  • 4
    Win NT/2K/XP, and Linux/i386 kernel driver and development library to control serial CBM devices, such as the Commodore 1541 disk drive, connected to the PC's parallel port via a XM1541 or XA1541 cable. Fast disk copier included. Successor of cbm4li
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    Another Kernel
    A kernel for your device
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6

    dzOS

    A single-user single-task ROM-based OS for my 8-bit homebrew computer

    dzOS is a single-user single-task ROM-based operating system (OS) for my 8-bit homebrew computer dastaZ80, which runs on a Zilog Z80 processor. It is influenced by ideas and paradigms coming from Digital Research’s CP/M, but also from 8-bit computers of the 80s era.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Linux-based DIY DCC (Model Railroad Digital Command Control) The project has morphed somewhat from its starting point. There's now a LOT of hardware bits, designed in CadSoft Eagle (V7, not the AutoDesk versions) and low-level code for PIC and ARM embedded micros. The Linux kernel driver for the original hardware is still there but increasingly redundant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    Project Asmosis provides a set of tools related to assembly language programming. The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly language...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed. Linux 0.10 is the first oldest version of Linux...
    Downloads: 2 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 10

    SpecOS

    A multi-threaded-style OS for the Spectrum +3

    A multi-threaded-style OS for the Spectrum +3. Based on a kernel/userland model, it decouples the kernel implementation from the run-time system call mechanism, and provides for some POSIX-style functions. A file descriptors layer provides abstraction for easy file redirection. Userland processes are relocatable, and have no knowledge of the kernel or memory layout, leaving the flexibility to change the memory paging model without requiring a recompile of all userland programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TinyKernel

    TinyKernel

    Tiny Kernel is a work in progress Operating System kernel.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OS Zero

    OS Zero

    Simplest kernel for cooperative multithreading

    Simplest of possible ways to multithreading on the smallest microcontrollers. This project is demonstration the programming technique of the multithreading with polling the system state. Published code debugged and ready to use in your projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    KISS'EM

    An little operating system

    KISS'em is an written in C, delivering something similar to object by kernel. Each kernel module could create object and one object could have many interfaces. For example filesystem could be accessed as an file (block device) or as filesystem, referencing to the same object. KISS'em will have webassembly support with support swap webassembly program memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Coursebook

    Coursebook

    Introductory Systems Programming Textbook for University of Illinois

    Welcome to the systems programming coursebook! This repository houses a high-quality, open-source introductory systems programming textbook used by the CS 341: System Programming course at the University of Illinois at Urbana-Champaign The book assumes that you have taken a programming language course and are familiar with assembly instructions. All of the code and instruction will be in C, as it is the de-facto language of the Linux Kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Like OS

    Like OS

    Real time preemptive embedded multi-thread kernel

    This project is now in the research and development stage. It is intended for very small microcontrollers with a single processor and represent simple multithreading kernel what written by C language. Is planning create implementations for AVR8 and STM8, may be. Now it is suspended until better time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Drauger OS

    Drauger OS

    Ubuntu-based Linux Gaming OS

    Drauger OS is an Ubuntu-based Linux desktop gaming distribution that ships with many modifications and optimizations over stock Ubuntu that are intended to improve gaming performance and the gaming experience. From simple changes such as swapping Gnome out for the light-weight Xfce Desktop Environment and using a dark GTK theme by default, to more complex changes such as using a kernel compiled in-house and replacing PulseAudio with Pipewire. Drauger OS is built from the ground up with our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Perix Operating System - 16/32/64 Bit
    Perix is a 16/32/64-Bit protected mode kernel, bootable and capable of running with or without an operating system. It is written in Turbo Pascal 7.0 for DOS, Delphi 7.0, Pascal Pro, Virtual Pascal v2.1, Delphi XE2 64-Bit, TASM, TASM32 and JWASM. The latest version, 0.01I, supports multi-processor. Added Open Watcom C++ and Borland C++ examples.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    FiwixOS 3 is a Fiwix distribution, an operating system made from a software collection that is based upon the Fiwix kernel. It basically comprises a Fiwix kernel, GNU tools, libraries and additional software. All the included software is free and open-source software made available both as compiled binaries and in source code form, which allows modifications to the original software. FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file system. Fiwix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EfiPy

    EfiPy

    Python Library for accessing UEFI BIOS internal function by protocol

    EfiPy is a Python Module on UEFI shell which can access UEFI BIOS kernel interface - System Table - Runtime Services - Boot Services pAnalyzer package - Tracing UEFI protocol calling flow Output protocol flow to screen or file with XML format CorePy (assembly package) - Simple Assembly code in Python environment. EfiPy Shell package- Simple uefi shell program coded with EfiPy library to prove EfiPy workable EfiPy leverage these open source packages - ctypes, CorePy...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    Thread

    Mulithreading Arduno library

    Simplest of possible kernel for iterative time division multithreading on smallest AVR boards Arduino. This is a small and adapted part of the future "Like OS".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Our project focuses the development of an operating system with a most simple implementation and structure. The goal is to provide a good starting point for beginners along with accompanying documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FreeMiNT

    FreeMiNT

    FreeMiNT is a free alternative OS kernel for Atari systems & clones

    FreeMiNT provides the basis of a free TOS compatible replacement OS that can multitask. Used together with the free system components fVDI (device drivers), XaAES (graphical user interface widgets), and TeraDesk (desktop manager), it provides a modern user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cooperative Linux

    Cooperative Linux

    Run Linux on Windows or other OSes, natively.

    Cooperative Linux is the first method for optimally running Linux on Windows and other operating systems natively. It is a port of the Linux kernel and support code that allows it to run cooperatively without emulation along with another operating system.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 24
    TempleOS

    TempleOS

    64-BIt Operating System with Compiler

    TempleOS is a 64-bit kernel with compiler, graphics library and tools. It is not a Unix. It was made from scratch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    ADI Linux Kernel

    Linux kernel port for the ADI's Blackfin and future processors

    Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. Although the Blackfin architecture has been in the mainline kernel since 2.6.22 (May 2007), there are various fixes and patches applied locally that are not upstream. Please use the kernel from here - and treat it like any other distribution kernel. This is a sub...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next