Open Source Operating System Kernels - Page 8

  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
  • Codesoft Barcode Label Software Icon
    Codesoft Barcode Label Software

    RFID and barcode label software to set your business up for success

    CODESOFT is an enterprise-level RFID and barcode label design application offering unmatched flexibility, power, and support. Available in print-only, single-user, and network configurations, CODESOFT is designed to meet all of your barcode labeling needs. Whether your goal is streamlining label printing, printing labels using a form, connecting a scale to your label template, or integrating your business database with your label templates, CODESOFT provides a solution for your organization’s most advanced labeling needs. Connect to SQL or Oracle databases for business system integrations and greater efficiency. CODESOFT includes over 100 barcode symbologies including GS1, supports all common image formats, and enables rich text editing. Native printer drivers are included for over 4,000 thermal, thermal transfer, and inkjet label printers to ensure the best label printing quality.
  • 1
    The FDOS Operaing System is 100% written in Assembler (NASM). It supports FAT 12, TSR and a small Multi Kernel System. The source is very good documentated (only in English). A German, russian and English Documentation (about 40 pages) are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fortress OS is an open source modern multitasking operating system. Intel IA-32 386 compatibility. Fortress is clean implemented from scratch. Fortress is still in early stage ( current state at the end of plan 2 ) and needs huge work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FrakeOS is a new OS developed by Charles Frake. Currently, it is a simple bootloader written in NASM. I plan to continue researching Assembly and finish the bootloader. I plan to start coding a kernel in C after the bootloader is finished.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A toy operating system built in C++ and x86 assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 5
    Design of Graphical 16 bit OS for industry aplications,process automatization, where performance and UI should be well balanced it's coded under TC++ 3.0, currently on virtual machine design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Linux terminal simulator through javascript. With its own filesystem implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GrindarsOS - 32bit protect-mode one-task operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The project maily focuses on integrating H.264 on IBM CELL platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    THIS PROJECT IS INACTIVE!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 10
    HamserOS is our attempt to build a cute and furry operating system from scratch. Just for fun and a love of hamsters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a library library for the handyboard (www.handyboard.com for a description), which can be used with the gcc m68hc11 compiler. The library has a somewhat different feature set from Interactive C but should be much faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Hardware Recycling Initiative (HRI) is an open source project with goal to port Linux (or its microcontroler clone - ucLinux) into publicly available residential router hardware such as SMC7004 , DI604 and similar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project focus on creating an original alternative 32-bit operating system for Intel 80386 compatible processors made in NASM (The Netwide Assembler). The main goal is to be, a simple and pratical plataform for developpment and plug in extra codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HelenOS

    HelenOS

    A microkernel-based multiserver operating system written from scratch.

    HelenOS is a portable microkernel-based multiserver operating system written from scratch. It decomposes key operating system functionality such as file systems, networking, device drivers and graphical user interface into a collection of fine-grained user space components that interact with each other via message passing. A failure or crash of one component does not directly harm others. HelenOS is therefore flexible, modular, extensible, fault tolerant and easy to understand. HelenOS does not aim to be a clone of any existing operating system and trades compatibility with legacy APIs for cleaner design. Most of HelenOS components have been made to order specifically for HelenOS so that its essential parts can stay free of adaptation layers, glue code, franken-components and the maintenance burden incurred by them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Helium is a minimalistic real-time scheduler for 8 and 32-Bit microcontrollers. The current version of Helium has been ported for Freescale's HCS08 and Coldfire cores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HelloOS is a simple free operating system for i386
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HelloOS is a free simple 32-bit operating system for Intel x86 platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Hierarchical Loadable Schedulers (HLS) framework is a scheduling infrastructure for hierarchically composing soft real-time schedulers. Each scheduler only communicates with other schedulers and the HLS infrastructure according to a well defined i
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IFEM (Industrial, Fault tolerant, EMbedded) is a modern OS with a hybrid kernel design benefitting from ideas such as Pure Microkernel and Exokernel, aiming industrial application, fault-tolerance, embedded applications and perfect modularity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IHaskell

    IHaskell

    A Haskell kernel for the Jupyter project

    IHaskell is a kernel for the Jupyter project, which allows you to use Haskell inside Jupyter frontends (including the console and notebook). It currently supports GHC 8.0 through 9.0. For GHC 7.10 support please use the GHC7 tag. For a tour of some IHaskell features, check out the demo Notebook. More example notebooks are available on the wiki. The wiki also has more extensive documentation of IHaskell features. IHaskell is based upon the IPython architecture and frontend, so learning about that will help. You can write your own extensions using the IPython javascript API, for instance. Use h to learn more about the modal interface IHaskell/IPython provides. IHaskell adds a few features on top of the IPython frontends, such as automatic character concealing (typing -> yields an arrow) and input cell folding (via the left and right arrow keys, or the buttons). If input cell folding isn't showing up, you can explicitly enable it via the "Cell Toolbar" (select 'Hiding').
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    IRkernel

    IRkernel

    R kernel for Jupyter

    For detailed requirements and install instructions see irkernel.github.io. Per default IRkernel::installspec() will install a kernel with the name “ir” and a display name of “R”. Multiple calls will overwrite the kernel with a kernel spec pointing to the last R interpreter you called that commands from. You can install kernels for multiple versions of R by supplying a name and display name argument to the install spec() call (You still need to install these packages in all interpreters you want to run as a Jupyter kernel!):
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    New microkernel OS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Idioma is an open source object-oriented operation system. Main goals of Idioma project are simplicity and elegance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    IdyllaOS is simple operating system. System is based on monolithic kernel with drivers of devices loaded as kernel modules. As required for a modern operating system, it supports features like virtual memory, memory protection and multitasking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Infinity OS is going to be a fully featured, multithreaded, open-source operating system for the x86 architecture. It will utilize persistent objects and incorporate many features of other operating systems. We also aim for Win32 and UNIX compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project