Showing 26 open source projects for "qemu boot tester"

View related business solutions
  • OpManager the network monitoring software used by over 1 million IT admins Icon
    OpManager the network monitoring software used by over 1 million IT admins

    Network performance monitoring, uncomplicated.

    ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
    Learn More
  • Workspace management made easy, fast and affordable. Icon
    Workspace management made easy, fast and affordable.

    For companies searching for a desk booking software for safe and flexible working

    The way we work has changed and Clearooms puts you in complete control of your hybrid workspace. Both meeting rooms and hot desk booking can be easily managed to ensure flexible and safe working, however big or small your organisation.
    Learn More
  • 1
    KVM-Opencore

    KVM-Opencore

    OpenCore disk image for running macOS VMs on Proxmox/QEMU

    This is a fork of Leoyzen's OpenCore image for QEMU/KVM, which I've extended to add a build system for automatically building all of the required files from source code, and to keep up with the latest OpenCore changes. It is currently tested to boot macOS Catalina, Big Sur, and Monterey, but will likely also boot older versions of macOS.
    Downloads: 60 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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
  • 4
    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
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    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
  • 6
    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
  • 7
    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
  • 8

    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
  • 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
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    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
    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
  • 13
    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
  • 14
    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
  • 15

    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
  • 16
    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
  • 17
    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
  • 18
    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
  • 19
    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
  • 20

    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
  • 21
    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
  • 22

    Qemu Puppy Linux on Windows

    Qemu Puppy Linux on Windows

    This project is intended to give an easy Linux solution based on Puppy Linux with the following EASY TO USE steps of Installation. 1) download the file over http 2) Unzip using Windows 3) It remains portable and do NOT need to install Virtual Box It does not need to unpack a tar.gz It is aimed to everyone It does not require to have an USB pendrive, copy and use the boot process. Enjoy Easy Linux Puppy. of less than 100 mb *** RUNNING LIVE (NO INSTALLATION) ON WINDOWS *** 1) Unzip 2) Run puppy.exe 3) To grab or not your mouse to get back to/from Linux or Windows, press: CTRL and ALT keys (nota: It works either for Windows and for Linux (using qemu)). -- Many thanks to KuLuSz Tar.gz for those who need it: http://puppylinuxstuff.meownplanet.net/catdude/qemu-puppies/qp400/qemu-puppy-4.00.tar.gz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SXMD

    SXMD

    MultiDistribution with Diagnostics, Recovery, Backup, Cleaning.. tools

    The SXMD (" like Security-X MultiDistribution ") use syslinux, grub4dos and others bootloaders to recover a crashed boot or run many GNU / Linux utilities. The first category is "Antivirus" with editors like Antivir, AVG, Comodo, DrWeb, FSecure, Kaspersky, Panda, VBA ... The second is composed by GNU/Linux's Distro: DSL, CorePlus (+Qemu Starter), Slacko, Slax Custom, Slitaz & XPuD ... After, you can find very good Recovery and Partitioning tools : Redo Backup, Parted Magic, MiniTool Partition Wizard, Paragon, PING, OSF and ActiveBootDisk ... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Teuton Preinstalled Environment (TPE)

    Teuton Preinstalled Environment (TPE)

    Alternative PE to rescue, hack or troubleshoot your machine or network

    TeutonPE is inspired by PortableApps.com combined with a PeBuilder compiled Boot USB / CD. Programs can be used, even when there is no OS installed. BB4win is used for Live Menu and as the default Shell.All Plugins are also BartPE & XPE compatible
    Downloads: 25 This Week
    Last Update:
    See Project
  • 25
    QEMU-Puppy is an OS and a set of applications on a USB memory stick. This OS can be booted natively, or on top of an other, already installed, OS. Just borrow a PC, boot your own environment and return the PC unaffected. No installation, no garbage...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB