Showing 18 open source projects for "risc-none-embed-gcc"

View related business solutions
  • 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
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    SerenityOS

    SerenityOS

    The Serenity Operating System

    SerenityOS is an open source Unix-like operating system project with its own custom kernel, graphical user interface, system libraries, and userland tools. It combines a nostalgic “90s UI aesthetic” with modern system capabilities: a preemptive, multi-threaded kernel, own browsers, network stack, file systems, IPC, security features, and a suite of graphical / developer applications. The project is both a hobbyist OS and a polished engineering sandbox.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    rCore-Tutorial-Book-v3

    rCore-Tutorial-Book-v3

    A book about how to write OS kernels in Rust easily

    rCore-Tutorial-Book-v3 is the official book for the third version of the rCore OS tutorial series, a comprehensive educational resource for learning operating system development using the Rust programming language. Targeted at the RISC-V architecture, this tutorial guides learners step-by-step through building a minimal, safe, and modern OS kernel from scratch. It is written in Markdown and powered by mdBook, making it easy to read, navigate, and contribute to. The book combines theoretical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tock OS

    Tock OS

    A secure embedded operating system for microcontrollers

    Tock is a secure, embedded operating system designed for microcontrollers and low-power hardware platforms. Written in Rust, it uses a novel kernel architecture where the OS runs a minimal trusted core and all userland code, including device drivers, is sandboxed and isolated. Tock is ideal for IoT devices, wearables, and embedded research projects where reliability and safety are critical. Its capability-based security model and preemptive multitasking allow developers to safely run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OpenMandriva Lx

    OpenMandriva Lx

    Easy, yet powerful, GNU/Linux distribution

    OpenMandriva Lx is a unique and independent distribution and direct descendant of Mandriva Linux. It comes from a 100% community-driven association that believes in the values of free software & collaboration and whose founding values are development, equality, co-operation, openness, freedom, group achievement, independence, and solidarity. Source code: Software: https://github.com/OpenMandrivaSoftware Packages: https://github.com/OpenMandrivaAssociation Build...
    Leader badge
    Downloads: 954 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    ArchEX Linux Live System

    ArchEX Linux Live System

    ArchEX is a new (250507/250504) Linux Live System based on Arch Linux.

    WHAT IS IT? ArchEX 64bit is a new Linux live System based on Arch Linux. Arch motto is KISS ("Keep It Simple Stupid"). ArchEX uses kernel 6.14.4-arch1-2 and LXQt 2.2, KDE Plasma 6.3.4-1 respectively MATE 1.28.2-2 Desktop Environments. Yay – An AUR Helper - is installed in all versions. ArchEX INSTALLER ArchEX can easily be installed to hard drive using Calamares while running the system live. (From DVD/USB). You can then change locale from English to any other language. Slideshow:...
    Leader badge
    Downloads: 78 This Week
    Last Update:
    See Project
  • 6
    gabeeOSLinux

    gabeeOSLinux

    Rolling release Void-based Linux distribution

    ... Ruben_&_Linux www.youtube.com/embed/p5RzDvwJTuw?rel=0
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    SoftwareFreedom Project

    SoftwareFreedom Project

    Remove Inequality by Production of Knowledge.

    All authored artifacts are released under SoftwareFreedom License (SFL). Powered by GNU basedline of GLIBC - LINUX - GCC Architect and implement C++23 based Software Infrastructure Tooling and Modules. Target AMD64 architecture with available optimizations. Daily GCC latest 'dev' build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ArchCode

    ArchCode is an operating system focused for coding

    What is ArchCode? ArchCode is an Arch-based Linux distribution made for coders. It just teaches the user to work on their own and not rely on their system to do the things for them Why Arch-based? Arch is an open-source distribution that is lightweight and fast. It's also got the AUR (Arch User Repository) and the AUR helper (yay) What comes pre-installed? A lot of languages and tools like gcc, make, vim, python, openjdk, rust, vscode, neovim, etc. are shippied with the distro. It's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    GNU/Linux Utopia/Personal

    Nueva versión 5.0 de la distro.

    Distribución GNU/Linux basada en Slackware. Es una distribución INDEPENDIENTE. No es Ubuntu, ni se le parece, ni pretende serlo. La hice para uso personal por puro entretenimiento y deseo compartirla con el resto de usuarios de internet. Esta basada en "Enlightenment" y "Cinnamon" como escritorios principales. Por supuesto no doy garantia sobre su funcionamiento. Acepto críticas constructivas pero no estoy al servicio de nadie. Esto se hace sin afán de lucro. Si que garantizo que la hago...
    Downloads: 0 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
  • 10
    WINIX OS

    WINIX OS

    A UNIX-style Operating System for the Waikato RISC Architecture

    Winix is an experimental Unix-like operating system kernel written in modern C++ with an emphasis on object-oriented design and code clarity. It is a pedagogical project exploring how kernel-level programming can be structured with C++ abstractions while maintaining low-level control. Winix supports basic system services such as file systems, process management, and a terminal interface, and is designed for booting on x86_64 hardware via QEMU. It serves as an accessible and unconventional...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    rCore-Tutorial-v3

    rCore-Tutorial-v3

    Let's write an OS which can run on RISC-V in Rust from scratch

    rCore-Tutorial-v3 is an educational project designed to guide learners through the process of building a minimalistic operating system from scratch using the Rust programming language. Targeting the RISC-V architecture, this tutorial emphasizes safety and concurrency, leveraging Rust's features to teach OS fundamentals such as memory management, process scheduling, and file systems. It is structured to provide hands-on experience, making it suitable for both academic settings and self-study.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CAELinux

    CAELinux

    Dedicated to computer-aided engineering Linux distribution

    CAELinux is an installable live (USB) Linux distribution dedicated to open source engineering with a focus on Computer Aided Engineering and Scientific Computing. Based on Ubuntu, it features a ready to use workstation environment for open source product development, makers and scientist with many CAD/CAM/CAE applications for mechanical design, stress analysis, heat transfer, flow simulation and CNC manufacturing / 3D printing as well as electronic design tools and a complete development...
    Leader badge
    Downloads: 219 This Week
    Last Update:
    See Project
  • 13
    Debian Linux for WDTV's

    Debian Linux for WDTV's

    Debian for WDTV Live (running WDLXTV) - Inc. Build Essentials

    ...://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free You can then install Squeeze packages: eg: apt-get update apt-get install debian-archive-keyring apt-get install build-essential Which gives you a basic GCC environment. I applied the above on the original squeeze image, which may make it easier to get a working system, or, just make your own: The original Debian image is also here: http://files.wdlxtv.de/debian-squeeze.img.tgz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Community Linux

    Community Linux

    USB Drive Writable Linux Distribution

    Community Linux is a USB drive based fully functional writable Linux Distribution. It boots and runs with a comparable speed as a hard drive installation. Community Linux allows one to create a low cost solid state development and production platform. For new ComLin drive creation, one needs to download the full install (comlin-016.tar.gz) ... (not just the scripts) Update: Community Linux will now run on most every machine. Update: Added Sound drivers, Intelligent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kankin Linux

    Kankin Linux

    Distribuição baseada no Funtoo Linux para arquitetura ARM

    O Kankin Linux é uma distribuição Stage4 do Funtoo Linux compilado para para uso em hardwares opensource com arquitetura ARM, * Preparada pra compilação distribuída * Sistema de ebuilds Portage, contendo todas as possibilidades de um sistema PORTS based, que só um sistema (Fu|Ge)ntoo faz por vc. :)))))))) * Primeira distribuição Linux Brasileira com releases para hardware opensource com processadores ARM * Suporte a redes DTN (Delay-Tolerant Networking) * Ferramentas da...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16

    ANDROIDER

    One of the worst possible derivatives of Ubuntu for GUI lovers.

    XDA people: This is my first large-scale project EVER. Please be nice. ANDROIDER is a derivative of Ubuntu. I took the Ubuntu Mini Remix, stripped it to bare bones, then added an uber basic window manager, an ancient login manager, a wireless manager and browser that only run in the command line, and the prerequisites needed to build the AOSP. It limps along, has configuration errors and bugs up the wahazoo still, and wants to die at every turn. Oh, and the partition manager is command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    3764xt

    Linux enhancements for Sagem F@st 3764 router

    This project is essentially USB-stick based Buildroot linux tailored for Sagem F@st 3764 VDSL router. 3764xt is not a firmware replacement for F@st 3764 - it's an add-on for factory firmware. Applications included in 3764xt: - startup/control scripts for F@st 3764 - additional kernel modules not present in factory firmware - dropbear SSH server/client - minidlna UPnP/DLNA server - ushare UPnP server - lighthttpd - php 5.3 - ws-ftpd - gcc c/c++ compiler with binutils - python 2.7...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Sovereign is a portable development framework consisting of GCC, glibc, gtk+ and other common open source programs and libraries. It allows one to have libraries of the same versions across different GNU/Linux distributions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.