Open Source Assembly Operating System Kernels - Page 3

Assembly Operating System Kernels

View 8582 business solutions

Browse free open source Assembly Operating System Kernels and projects below. Use the toggles on the left to filter open source Assembly Operating System Kernels by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    PROS

    PROS

    Custom firmware and IDE for the VEX Cortex Microcontroller

    This project has been moved to http://pros.cs.purdue.edu/ PROS is a lightweight and fast alternative operating system for the VEX Cortex Microcontroller. It features multitasking, low-level control, and Wiring compatible functions to harness the full power of the Cortex. With a real-time kernel based on FreeRTOS and a development environment built on Eclipse CDT, PROS uses proven software to increase the reliability and usability of the VEX development system across all three major computing platforms. PROS is currently under active development to make it usable for VEX high school and middle school teams. PROS is intended for advanced VEX users seeking to move beyond competing environments. Eclipse and FreeRTOS have their own licensing agreements. Please see http://www.eclipse.org/legal/epl-v10.html and http://www.freertos.org/a00114.html for details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    WISDOM is a 32-bit operating system with a primitive shell implemented. It is copyrighted under GNU/GPL license. WISDOM is also a research into the field of design of operating system. Operating System Development has been in the shadow in recent times.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    AcOS is an acronym for Assembly Constructed Operating System. As the name suggests AcOS is written in the assembly programming language and written for the Intel i386+ and compatible range of processors. Still in early development
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    MiniTAK Operating System

    A small operating system, compatible with MS-DOS, written in assemly

    MiniTAK is a small operating system for x86 computers to run in processor real mode. One of the main goals in designing and developing this operating system was to be fully compatible with MS-DOS operating system and its application programs. To minimize the size of this operating system, it is completely written in assembly language and can boot on any 8088 compatible processor. This project is an attempt to develop an optimized operating system which can be used to replace MS-DOS, adding new modern features. This operating system is completely written by me in 2004, as a result of about 5 years full research and development. And now in 2014, I want to publish it to the world. This operating system supports FAT12 file system, and allow to run many MS-DOS applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Neptune OS

    Neptune OS

    Neptune is a kernel and operating system for x86 PCs.

    Neptune is a kernel and a complete operating system. The Neptune kernel can be used in any of your projects and the Neptune operating system depends on the Neptune kernel. For information on customizing Neptune, go to: http://neptuneos.eu.pn/devel.html
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    OsZ - microkernel operating sustem written in assembly language. Requires IBM-PC-compatible computer with at least 4mb or RAM and x386 (or better x86 compatible) processor.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    A multitasking, multithreaded operating system designed for SMP systems and developed based on the X/Open Single Unix Specifications Version 3.0.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    ZeX/OS - operating system
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    kissme is a free (GPLed) Java Virtual Machine. It is being developed on GNU/Linux and can run console java applications. kissme is to be used with the GNU Classpath java class library. kissme also provides support for orthogonally persistent java.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Agnix is a small operating system kernel for i386, supporting 32-bit protected memory mode, paging, hardware switched tasks, memory tests, PCI bus, devices, PCI IRQ routing, RT timers and network protocols.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Microkernel OS, based on own microkernel, able to run on PC/i386 and better.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    An open source operating system for x86.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    With this project I intend to write a really, really simple OS, just for fun and learning. I think I will never have a really usable version, as I said, that's no my objective.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    The DEX Operating system allows for the dynamic reconfiguration and customization of various system services using concepts found in extensible operating systems. The ultimate goal of this operating system is to achieve zero static inter-module calls.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    DelphineOS is a "unix-like" OS designed for i386 processors and higher. It uses 32bits, protected mode, multitasking, virtual memory... The source code is written in PASCAL. If you want to HELP us, send e-mail to g_cavelier@yahoo.fr
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    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: 2 This Week
    Last Update:
    See Project
  • 17
    HelloOS is a simple free operating system for i386
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    A port of the Linux kernel and tools to the iPod.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Linux Kernel for PowerPC equipped Amiga Computers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    To develop and maintain a port of PowerPC Linux for Apple NuBus Power Macintoshes, PowerBooks, Performas and compatibles.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Plato is an open-source operating system designed to run binaries from almost any operating system. Plato is also desinged with the user in mind. It will have an enjoyable, easy to understand and use interface, and everything will be customizable.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Fast, multi-threaded OS for PCs and 386+ based embedded systems. Runs many DOS, DPMI and Win32 console programs. 100% assembly with segment protection.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Linux port to the Realtek RTL8181 wireless gateway SoC.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    This project was initiated as an educational project ("gnuWINix"). It should be used to understand the startup process of a common PC and its different components. Our current goal ("Renovatio OS") is to use this kernel for own hardware components.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    I have developed and tested a small 32-bits Kernel running on i386. I want to share it to this developers community. The kernel is developed in Assebly Language and it have bootloader, multitask, etc, etc...
    Downloads: 2 This Week
    Last Update:
    See Project