Showing 65 open source projects for "gnu 32"

View related business solutions
  • 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    This is one of the most popular Doom source ports. It is available for DOS, Windows, Linux and Mac OS X, and should build on any POSIX platform which supports SDL. It enhances Doom with things like TCP/IP networking, OpenGL renderer, Heretic support and much more.
    Leader badge
    Downloads: 149 This Week
    Last Update:
    See Project
  • 2

    asm68c

    Assembles M6800 and 6801 assembly language source code. (and Forth)

    A simple absolute mode assembler for 6800/6801. Handles the complete published set of opcodes/mnemonics. Mostly source-language compatible with the common assemblers in use circa 1985, but no macros. Now uses standard LDAA syntax by default. Produces basic S1/S9 object files and assembly listings, and now binary and MC-10 compatible cassette images. (This is for the 8-bit 6800, not the 16/32 bit 68000/coldfire processors.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HelloSilicon

    HelloSilicon

    An introduction to ARM64 assembly on Apple Silicon Macs

    An introduction to assembly on Apple Silicon Macs. In this repository, I will code along with the book Programming with 64-Bit ARM Assembly Language, adjusting all sample code for Apple's ARM64 line of computers. While Apple's marketing material seems to avoid a name for the platform and talks only about the M1 processor, the developer documentation uses the term "Apple Silicon". You need Xcode 12.2 or later, and to make things easier, the command line tools should be installed. This ensures...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Aleph One is a highly sophisticated program for generating fractals. Some major features are: A built-in expression generator, 32-bit colouring schemes for the fractals, multi-threaded and multi-server rendering! WOW! And lots, lots more... The source code has moved to GitLab: https://gitlab.com/jmmcg/alephone
    Downloads: 7 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    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: 4 This Week
    Last Update:
    See Project
  • 6
    AquariusOS

    AquariusOS

    An open source OS written in assembly.

    An open source OS. It is 32-Bit and when possible 64 and 128-Bit. We are working on a complete rewrite. After which we will work on our UI. ATTENTION!: After AquariusOS 0.0.4 AquariusOS will be based off of aqua-next. 0.0.5 with an aqua-next base will hopefully be released BEFORE 2016.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    oso32

    oso32

    Oso32 es un diminuto sistema operativo para fines didácticos

    Oso32 (Otro sistema operativo de 32 bits) es un sistema operativo que funciona en el modo protegido del i80386. Está basado en el Oso original desarrollado por Juan Piernas Cánovas de la Universidad de Murcia. Oso32 surgió con motivo de unas prácticas para la asignatura de Desarrollo y Estructura Interna de un Sistema Operativo (DEISO) de la Universidad de Murcia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Clicker is a project for a Multitasking Open-source operating system written from scratch. based on a modular micro kernel. We want to explore new way of designing and using OSes :) [newz: PCI, NE2K and VBE]
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    XièXiè Compiler

    XièXiè Compiler

    High-level, meta-language, trans-compiler with virutal machine

    XièXiè is a language with a trans-compiler (or rather source-to-source compiler) which compiles to mainly C++ (C++98 and C++11). It also comes with an own assembler compiler for ARM, IA-32/ x86 and its own byte-code XBC (XièXiè-Byte-Code) including a virtual-machine. XièXiè can be seen as a "Meta Language". --- THIS PROJECT IS IN IT'S FIRST STEPS ---
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    mOSesek
    Simple 32/64bit mode OS. Paging, handling exceptions IRQ INT, Basic: PIC/APIC, PCI, kbd, ps/2 mouse, ata. Thanks to wiki.osdev.org and (in alphabetical order): Kicer86, milyges, Nevar, webczat, Wojtulas. (IRC freenode #osdev.pl)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VirtualDub

    VirtualDub

    A video capture utility for 32-bit and 64-bit Windows platforms

    Do you need quick capture and encoding capabilities for video on your desktop? VirtualDub is a free, Open Source solution specifically designed for that purpose. VirtualDub might lack the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video in return. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters.
    Leader badge
    Downloads: 2,175 This Week
    Last Update:
    See Project
  • 12
    os-808x

    os-808x

    operating system for Intel 8086 / 8088

    OS-808x is an operating system for Intel 8086 / 8088. Written by Raja Subramanian in the year 1997 (in academic interest). Objective is to understand how operating system, device drivers and system software works in 8086 architecture / IBM x86 PC. OS was written completely on x86 assembly language. It will be useful for people who wants to understand BIOS, x86 architecture and how OS provides services in 8086 real mode. It performs, 1. Completely written in x86 Assembly 2. 32 OS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ffmpeginstaller

    Simple Windows 32/64 installers for FFMpeg

    Windows XP/Vista/7/8 Installers for FFMpeg 32 and 64 bit. Shared libraries built by zeranoe.com, installers built by us. Script source in the SVN, library source at http://ffmpeg.zeranoe.com/ and http://www.ffmpeg.org.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    Danja OS

    Danja OS

    Danja Operating System

    The Danja OS is part of the Danja project. It is operating system for x86, GBA, I/CP and Atmega16/32/644 computers. Checkout the Documentation/Wiki for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 0 This Week
    Last Update:
    See Project
  • 17
    Real-time, modular, microkernel-based operating system under development for i386. The first goal is to support 32-bit DOS protected mode applications made with DJGPP as well as native applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    RC4-32.ASM

    Code to brute force the 32-bit key used to RC4 encrypt .pwl files.

    PROJECT HAS MOVED TO GITHUB: https://github.com/alex-georgiou/rc4-32.asm Code to brute force the 32-bit key used to RC4 encrypt .pwl files. Assembles to a 992 byte .COM file using the Intel Architecture Assembler v1.0 Copyright (c) 1998 augusto at dcc.ufmg.br. http://web.archive.org/web/19981205090800/http://www.dcc.ufmg.br/~augusto/project/iasm.zip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TinyCOBOL

    COBOL compiler for the PC x86-32 platform.

    An open source COBOL compiler for the PC x86-32 platform. Generates GNU assembler and requires GCC to produce a binary. Supports Linux, BSD and MinGW 32 bit platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Stingray 3 is a high performance engine Sequential Electronic Fuel Injection and Electronic Ignition controller designed specifically for light experimental aircraft and off-road applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    fossa
    Fossa is a runtime CUDA memory extender for Linux. With fossa, users can run CUDA applications that require more than the available amount of GPU memory. Fossa is targeted toward command line driven applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Iterate function viewer for Windows and Linux. It has built in 14 different iterate {Mandelbrot) functions. Many possibilities for changing parameters, saving as bitmap or small file. windows-32. Linux 32 - 64bit. Low level written in assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Pebble is a 32-bit operating sytem for IA-32 systems. It can run MS-DOS and DPMI compatible applications and will provide advanced features such as multitasking and paging. It will be a good platform to run old MS-DOS and embedded programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    primos

    PrimOS is a 32bit multi-task OS, which is still under development.

    PrimOS is just a simple 32bit, multi-tasked operating system, which I wrote for fun. So far this project provide no "official" releases,for it is too simple so far. To run it, you need to get the source code and fetch the "kernel.sys" file, use it as a floppy image and run it on a VM. PrimOS是一个写着玩的,简单的,32位的,支持多任务的⋯⋯ - -|| 操作系统⋯⋯ 目前还没有正式发行版本,因为目前为止功能实在是太简单了。非要运行它得的童鞋可以去下载源代码,找到其中“kernel.sys”,然后把这个文件当做一个软盘镜像,塞到一个虚拟机的“软驱”里⋯⋯
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB