Showing 25 open source projects for "format low level"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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

    Obscura

    It's a personal microkernel project designed as a learning ground.

    Obscura is a personal microkernel project designed as a learning ground for low-level operating systems. Its initial aim is to lay the foundations for a minimalist kernel, then gradually evolve towards a modular, stable and simple operating system. ## 🧭 Objectives - Learn and master : - Low-level C language - x86/x86_64 assembler - Modern processor architecture - Fundamental principles of operating systems - Develop a microkernel : - Lightweight and modular - Able to handle hardware interrupts (keyboard, timer) - Support minimal user space - Evolve to a simple OS: - With a rudimentary shell - Isolated user processes - A basis for experimenting with system concepts ## ⚙️ Project status > 🚧 Project under development - Learning phase (year 1) Short-term planned features : - [ ] Multiboot-compatible GRUB bootloader - [ ] Text mode display (VGA) - [ ] Interrupt management (IRQ / keyboard) - [ ] First task manager loop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Vampire OS

    Vampire OS

    Vampire OS is the alternative to Windows and macOS

    ...Users can use hard disk or RAM so users can experience lightspeed with stunning animation. Vampire OS is comes with more than 5 advance security tools and user can also change their security level with vampire tools form low secure mode to high secure mode. Vampire Connect is integrated into the Vampire OS desktop to merge the experience between your computer and Android device.It works over an encrypted connection on your local network, so your data stays private and never reaches the cloud.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Casper-fs

    Casper-fs

    Casper-fs is a Custom LKM generator to protect and hide files.

    ...My beginning purpose at this project is to protect my server, which is to protect my friends' machines. When I talk to friends, I say peoples that don't know how to write low-level code. Using the Casper-fs, you can generate your custom kernel module to protect your secret files. The low-level programmer can write new templates for modules etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Tilck

    Tilck

    A Tiny Linux-Compatible Kernel

    Tilck is a tiny, monolithic operating system kernel designed to be partially compatible with Linux at the binary level while maintaining extreme simplicity, low latency, and minimal resource usage. It is built primarily as an educational project, allowing developers to experiment with kernel development while still being able to run real Linux user-space applications without modification. The kernel is written in C and designed to run on architectures such as i686 and RISC-V, with future plans for broader hardware support. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    BlockSparse

    BlockSparse

    Efficient GPU kernels for block-sparse matrix multiplication

    ...The repo implements both blocksparse and blockwise convolution/transpose-convolution primitives, with support for preparing, executing, and verifying those ops on NVIDIA GPUs. In addition to low-level kernels, it includes wrapper code for integrating with TensorFlow, example scripts (e.g. a transformer on the enwik8 dataset), transformer logic that uses blocksparse operations, and debugging helpers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    MEOS

    32 bit low level Operating System

    This site will be a gift to MenuetOS, a 32 bit assembly coded operating system from Finland, Russia and Hungary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    libnet provides a portable framework for low-level network packet construction. This project no longer uses sourceforge, please follow it on https://github.com/libnet/libnet
    Leader badge
    Downloads: 332 This Week
    Last Update:
    See Project
  • 9
    The BazisLib library provides API to simplify the development of certain system services and low-level applications, for WinXP kernel mode, Win32 and WinCE, as well as for Linux kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10

    NutsOS

    Small 32-bits operating system

    NutsOS is a small monolithic operating system running on 32-bit processor. It is written in C and assembler and was created in order to learn the low-level programming and know the basic concepts of operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A lightweight, simple and easy to use embedded system task scheduler. RataOS is written as a high level C, with a simple HAL & API structure, allowing it to be ported between embedded devices easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An operating system aiming towards distribution by being a low level VM for object-oriented languages featuring introspection. Pending rewrite to meet new goals. The old kernel is available in SVN for reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Compressed caching is a new level in the virtual memory hierarchy, where pages are stored in some compressed format, decreasing the number of page faults that are serviced by slow hard disks. We aim to implement this idea in the Linux Kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    inotify-cxx is the C++ interface for Linux inotify technology. It offers a few simple objects instead of low-level data such as file descriptors, watch descriptors, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This simplest form of this project is the make a file in the file system appear as a disk. This kernel driver allows the user programs to create, delete and service SCSI low level HBA (LLD). The user program can create, register and service SCSI HBA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Linux Layer7 Switching project tend to provide a robust linux kernel framework to support high speed layer7 switching. It implements a kernel module engine and a userspace daemon to drive this low-level kernel engine. Switching decision is made userland.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Affnity is a hobby operating system, to help it's developer(s) understand the concepts of operating systems development and low level programming in C, C++, assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dr'ex is a GPLed exokernel written in C/asm for the IA32 architecture. Simple but powerful code, low level user interface and hardware resource management at user level are the main architecture goals.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OSLib is a collection of low level functions aimed to help programmers in developing system software, ranging from small programs for embedded systems to complex Operating System kernels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tesoro is an open source operating system project fully written in x86 Assembler language. The architecture is partially based on some QNX ideas and some fresh ideas. It combines low level assembler coding (e.g. microkernel with extremely fast task switch
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Linux kernel driver for low-level performance-monitoring counters, and support for virtualised (per-process) counters. User-space glue for use in applications, and by higher-level tools and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ooos

    Object Oriented Operating System

    ...It's an x86 kernel written in VC++ using domain embedded language techniques. It is not a functional kernel, it's a demonstration of various techniques to use template meta-programming techniques in low-level applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Nano Kernel Engines Projejct is to provide a set of low level CPU engines for advanced operating system research and development. The CPU being covered are MIPS, PowerPC, x86, ARM, xScales and advanced network processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB