Pure64 VS Zero

Compare Pure64 vs Zero and see what are their differences.

Pure64

Pure64 is a kernel/software loader for x86-64 systems. (by ReturnInfinity)

Zero

64 bit bootloader for Cyjon operating system. (by CorruptedByCPU)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Pure64 Zero
1 2
515 12
2.3% -
8.4 0.0
4 days ago about 3 years ago
Assembly Assembly
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Pure64

Posts with mentions or reviews of Pure64. We have used some of these posts to build our list of alternatives and similar projects.
  • UEFI BootLoader
    1 project | /r/osdev | 26 Dec 2022
    This sets a desired screen resolution and prints “Hello, world!”. It’s a simple version of what I use for my OS. Full source code is here: https://github.com/ReturnInfinity/Pure64/blob/master/src/boot/uefi.asm

Zero

Posts with mentions or reviews of Zero. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-09.
  • A piece of advice
    2 projects | /r/osdev | 9 Feb 2023
    Yeah, I had the same few years ago... https://github.com/CorruptedByCPU/Zero
  • Cyjon v0.1407
    1 project | /r/osdev | 10 Feb 2021
    Here is the code of my bootloader: https://github.com/Blackend/Zero/blob/master/zero/graphics.asm

What are some alternatives?

When comparing Pure64 and Zero you can also consider the following projects:

snake-asm - Tiny snake game written in x86_64 assembly for Linux

Cyjon - A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.

Ninja - Patching extension for the video games Gothic and Gothic 2.

x86-bootloader - A BIOS bootloader for bare-metal x86 programs, written in 8086 assembly

advent-of-code-2022 - AoC 2022 days 1-11, with each solution written in assembly for a different architecture and run on a physical processor.

FutureDOS - A futuristic DOS

Pillman - Pillman boot sector game, a yellow thing eats pills and is chased by monsters.

optromloader - IBM PC/Clone 8086+ floppy-loading of option roms.

BootProg - FAT12/16/32 Bootsector for .COMs/.EXEs

Invaders - Invaders game in 512 bytes (boot sector)

x86-kernel - A hobby kernel developed from scratch using i8086 assembly