Showing 32 open source projects for "qemu boot tester"

View related business solutions
  • Pylon is an All-in-one B2B Support Platform for modern B2B businesses. Icon
    Pylon is an All-in-one B2B Support Platform for modern B2B businesses.

    Pylon is a modern support system that integrates with all B2B channels like Slack and Team.

    We bring together everything a post-sales teams team needs including a ticketing system, B2B omnichannel integrations (Slack Connect, Microsoft Teams), modern chat widget, knowledge base, AI support bot, account management, customer marketing, and more.
    Learn More
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    Quickemu

    Quickemu

    Quickly create and run optimized Windows, macOS and Linux

    Quickly create and run optimized Windows, macOS, and Linux virtual machines. Quickemu is a wrapper for the excellent QEMU that automatically "does the right thing" when creating virtual machines. No requirement for exhaustive configuration options. You decide what operating system you want to run and Quickemu takes care of the rest. The original objective of the project was to enable quick testing of Linux distributions where the virtual machines and their configuration can be stored...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 2
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and boot-time execution in a clean, hands-on environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    CoolPotOS

    CoolPotOS

    CoolPotOS for ia32 / amd64

    CoolPotOS is a small, hobbyist operating system designed to be minimal and educational, offering the most basic kernel capabilities while remaining accessible to beginners. Written in C and Assembly, it focuses on bootstrapping, kernel entry, and simple console output. Though in early stages, CoolPotOS showcases the boot process, memory segmentation, and essential CPU features, serving as a great learning resource for those new to operating system internals.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Memtest86+

    Memtest86+

    Stand-alone memory tester for x86 and x86-64 architecture computers

    Memtest86+ is a free, open-source, stand-alone memory diagnostic tool designed to thoroughly test system RAM beyond standard BIOS checks. It runs independently of any operating system, allowing it to access nearly all available memory without software or UEFI library limitations. Supporting x86, x86-64, and LoongArch64 architectures, Memtest86+ works on a wide range of modern and legacy hardware platforms. The tool can be booted directly via BIOS or UEFI, or through compatible bootloaders,...
    Downloads: 52 This Week
    Last Update:
    See Project
  • Your go-to FinOps platform Icon
    Your go-to FinOps platform

    Analyze, optimize, and govern your multi-cloud environment effortlessly with AI Agentic FinOps.

    Unlike reporting-only FinOps tools, FinOpsly unifies cloud (AWS, Azure, GCP), data (Snowflake, Databricks, BigQuery), and AI costs into a single system of action — enabling teams to plan spend before it happens, automate optimization safely, and prove value in weeks, not quarters.
    Learn More
  • 5
    Windows (Dockur)

    Windows (Dockur)

    Windows inside a Docker container

    ...The setup bundles sensible defaults for UEFI/OVMF firmware, virtio devices, and automated first-boot behavior to streamline installation. It’s handy for demos, testing, or hosted tooling that truly requires Windows but where you still want container-style workflows and orchestration.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 6
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Thinkpad_E15_Linux

    Linux ISO Thinkpad E15

    This is a a Linux ISO for test ThinkPad E15 model, WIFI, BLUETOOTH, HDD and other functions. This is a demo build. Can be used with a internal certificate for test UEFI System and must be added into de bios in allowed section of Secure Boot how secure for run the kernel. The user name for login is : JuanAntonio The password for the user is: juan And to has the root user with the same password: (root : root). For start internet connection with LAN run command: /./init and select the...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    ExLight 64 bit Linux Live System

    ExLight 64 bit Linux Live System

    ExLight 64bit Linux Live System with Enlightenment 0.27.1

    ABOUT ExLight Linux Live System is based on Debian "Trixie" (Debian 13.4). DESKTOP The Desktop Environment is Enlightenment 0.27.1 ("Beauty at your fingertips"). INSTALLED PACKAGES Refracta Snapshot , Firefox, PCManFM, GParted, NetworkManager, Gimp, SMPlayer, Synaptic, Calamares Installer and some necessary additions in order to install programs from source. USED KERNEL 6.19.8-amd64-exton RUN ExLight super fast from RAM When you run ExLight from RAM everything will be...
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 9
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    - Live Raizo is a linux distribution based on Debian 13 (Trixie) to experiment the system administration on simulated networks and real devices. - GNS3 is the gui used to manipulate the simulators/emulators of networks and systems like QEmu, Docker, Dynamips. - With this GNS3, you can clone as many times as you want the templates of virtual linux machines named "Debian" and "DDebian" that contain many network tools and services. - The prompt and the output of several linux commands are...
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Learn More
  • 10
    smolOS

    smolOS

    A tiny and simple research operating system

    smolOS is a minimalist 16-bit operating system written in pure Assembly for x86 real mode. Its goal is to demonstrate the fundamentals of how an OS boots, handles input, and displays output using only the most essential code. smolOS fits in a single boot sector and runs directly on BIOS-compatible hardware or emulators like QEMU. It’s ideal for those seeking to understand bootloaders, BIOS interrupts, and ultra-low-level system programming through a practical and tiny project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    QEMU

    QEMU

    iPhone 11 emulated on QEMU

    QEMU is a specialized fork of the QEMU emulator designed to emulate Apple iPhone hardware, particularly devices based on the T8030 chip such as the iPhone 11. It extends QEMU’s general-purpose machine emulation capabilities by introducing support for Apple-specific hardware components and boot processes. The project enables researchers to boot and run versions of iOS, including the ability to restore firmware images and interact with the system through debugging tools. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12

    Distro_Boot

    download iso's from distrowatch and boot them with qemu

    Dow load and boot ISO or IMG images from distrowatch and boot them in a virtual PC environment. Currently the app supports about 90 different linux iso's out of the box but feel free to use this tool to test your own iso's (windows 10, 11, PE, etc). This is my way of attempting to inplement what 've learned in the past 10 months with stuff that I already know well. I hope you find this interesting. feel free to leave me a comment /thumbs up even hatemail is acceptable at this point. if you...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    AIO Boot

    AIO Boot

    AIO Boot is a tool that can help you create a bootable USB with Grub2,

    AIO Boot is a tool that can help you create a bootable USB with Grub2, Grub4dos, Syslinux, Clover and rEFInd. AIO Boot can boot Windows and most Linux distributions and boot via LAN using Tiny PXE Server. AIO Boot is constructed from a variety of sources, certainly still a lot of flaws, eager for sympathy. I would love to hear from you so that I can improve this tool better.
    Leader badge
    Downloads: 433 This Week
    Last Update:
    See Project
  • 14
    PlusOS (Plus Operating System)

    PlusOS (Plus Operating System)

    OS bootable from Linux,Windows and others partitions as auxiliary OS

    Plus operating system is hobby project. That's built to run as auxiliary OS with Major OS like Windows and Linux etc..bootable with grub2 and own boot loader.focused on eBook reading software(PDF,EPUB,MOBI,DJVU,CHM...).with programs like calculator, notepad,source code editor, hex viewer, text viewer,image viewer and many games.VESA 32bpp GUI from startup.read-only plus maybe writing support for standard file systems FAT/NTFS/EXT/CDFS.codec for archives(ZIP,RAR,7z,GZ ...).codec for image formats(JPG,BMP,GIF,PNG...).video player or at least thumbnails extract(AVI,MKV,MP4,3GP...). mountable as filesystem from ISO,ISZ file.generic drivers VBE,USB,HD Audio,Keyboard, mouse.bootable on qemu and of course on real computer systems.at least all drivers for one computer (my) this is primary goal. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    lilith

    lilith

    x86-64 os made in crystal

    A POSIX-like x86-64 kernel and userspace written in Crystal. A CPU with x64 support is required to run the OS. The Makefile provides a script that will run QEMU on the kernel. To run with storage, an MBR-formatted hard drive image with a FAT16 partition must be provided in the running directory with the name drive.img. The kernel will automatically boot the main.bin executable on the hard drive, or panic if it can't be loaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    FD64-EvX

    FatDog64 based distribution

    Embedded virtualization support (via qemu) Simple boot options Boots to a terminal, use "xwin" to enter graphical mode check: http://distro.ibiblio.org/fatdog/web/ to see its features, fatdog64 based I don't know where I took the boot and desktop image, but it's not mine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MultiBootUSB

    MultiBootUSB

    Create multiboot live Linux on a USB disk

    MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable USB disk. It is similar to UNetbootin but many distros can be installed, provided you have enough space on the disk. MultiBootUSB also provides an option to uninstall distro(s) at any time, if you wish.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 18
    pi-network-boot

    pi-network-boot

    Pi PXE server for network booting

    Pi PXE server for network booting Contains Raspbian Lite configured with: dhcp, tftp & nfs Based on http://github.com/beta-tester/Rpi-PXE-Server Run this image on one Pi. This provides PXE boot images to - PCs ( Ubuntu /Raspberry Pi Desktop x86) - Pi3s (Raspbian Lite) Set wifi in wpa_supplicant.conf for shared internet Downloads: Pi-PXE-serverUBuntuRpd.zip [5.2 GB] - PI server with Ubuntu / RPiDesktopx86 bootable ISos Pi-PXE-server.zip [4.0 GB] - Pi Server with RpiDeskopx86 ISO
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    DLT - Debian Linux Tools [Emergency]

    DLT - Debian Linux Tools [Emergency]

    A bootable customized Emergency Debian Linux Live Tools-CD / Boot-USB

    *Update 06/2018* The Project is now restarting, hopefully. Stay tuned :-) --- This bootable customized Emergency Debian Linux Live Tools-CD is a special Boot-CD Version for IT-Enthusiasts. It contains a Minimal Debian 9 Stretch Version (AMD64). It is in Alpha-Version (Test-Version). It contains NO SPYWARE or other Sh*t. It´s build directly from the Debian Stretch 9 Sources with Patch-Build. The Linux DLT-ISO is still in Development... Thanks for the following Alpha/Beta-Tester: Walch, Ludwig from Germany Please look at the Ticket-System for Updates on this Project. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    multibootusb

    multibootusb

    Create multi boot live Linux on a USB disk...

    Multi Boot USB / MultiBoot USB / MultiBootUSB is a software / installer which allows user to install multiple Live Linux Distros in to a single USB drive / Pendrive / Flash drive and able to boot from it. USB can be tested without reboot using inbuilt QEMU.
    Leader badge
    Downloads: 306 This Week
    Last Update:
    See Project
  • 21
    Chapeau

    Chapeau

    Linux for 64bit media & gaming ready PCs built from Fedora

    Chapeau is a high-performance, cutting-edge operating system built from the Fedora GNU/Linux distribution with the Gnome desktop environment. Compared to Fedora Chapeau adopts an enhanced user experience and a more relaxed approach to software licences and is intended to be just as useful for advanced users as it is easy for those new to using a Linux system. There is built-in access to third-party software & sources repositories not included in Fedora such as RPMFusion, Steam, Adobe...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    DLT - Debian Linux Tools [Emergency]

    DLT - Debian Linux Tools [Emergency]

    A bootable customized Emergency Debian Linux Live Tools-CD / Boot-USB

    This bootable customized Emergency Debian Linux Live Tools-CD is a special Boot-CD Version for IT-Enthusiasts. It contains a Minimal Debian Version (AMD64). It is in Alpha-Version (Test-Version). It contains NO SPYWARE or other Sh*t. It´s build directly from the Debian Wheezy 7.8 Sources with Patch-Build, marked on the ISO-Filename. The Linux DLT-ISO is still in Development... Thanks for the following Alpha/Beta-Tester: Walch, Ludwig from Germany Please look at the Ticket-System for Updates on this Project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Raspberry Pi Emulation

    Raspberry Pi emulation on windows for Educational

    The purpose is to provide you simple way to understand and give an experience with raspberry pi: login: pi / password: pi login: root / no password
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Media Tester Is Multicast Monitoring Tool, This project used to Monitor Multicast Streams. This software designed specially for IP-TV projects, to monitor the channels streams, MPEG2 or MPEG4 .. Also for any multicast streams ( boot cast, updates, splash
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ADI GNU toolchain

    ADI GNU toolchain

    The GNU Toolchain for ADI's Blackfin and future processors

    This project is no longer maintained by Analog Devices. For support, engage with the community at https://ez.analog.com/dsp/software-and-development-tools/linux-blackfin/. You have found the home page of the GNU toolchain project for ADI's Blackfin an future processors. This is the central site for all toolchain components whether you are targetting to run Linux or bare metal on the Blackfin and future processors, running on Linux or Windows hosts. These components consist...
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB