Skip to content

Releases: ReturnInfinity/Pure64

2026.04

Choose a tag to compare

@IanSeyler IanSeyler released this 29 Apr 00:23
e3bec5d

What's Changed

Full Changelog: 2025.10...2026.04

2025.10

Choose a tag to compare

@IanSeyler IanSeyler released this 29 Oct 23:08

What's Changed

Full Changelog: 2025.06...2025.10

2025.06

Choose a tag to compare

@IanSeyler IanSeyler released this 30 Jun 17:38
5b44898

What's Changed

Full Changelog: 2025.04...2025.06

2025.04

Choose a tag to compare

@IanSeyler IanSeyler released this 30 Apr 21:31

What's Changed

Full Changelog: 2025.02...2025.04

2025.02

Choose a tag to compare

@IanSeyler IanSeyler released this 24 Feb 02:16
3633cb4

What's Changed

Full Changelog: 2025.01...2025.02

2025.01

Choose a tag to compare

@IanSeyler IanSeyler released this 04 Feb 00:05

What's Changed

  • Load RAM drive to memory on Floppy boot via BIOS by @isoux in #87
  • Split Pure64 binaries by @IanSeyler in #88
  • Make build.sh work on systems where bash is in a different directory by @lachsdachs in #89

New Contributors

Full Changelog: 2024.10...2025.01

2024.10

Choose a tag to compare

@IanSeyler IanSeyler released this 30 Oct 16:33

Start of release tags

What's Changed

New Contributors

Full Changelog: v0.9.0...2024.10

v0.9.0

Choose a tag to compare

released this 02 Apr 22:40

This release includes the utility program pure64.

The utility program can create disks and format them with GPT and several different boot sectors and sections of code. It also removes the need to build kernels in Linux systems. Since the dd command is no longer needed for disk images, the only thing needed to create a kernel is an assembler and pure64.

The utility program uses a configuration file, which has been documented. The configuration file is used to specify features and layout of the disk.

When downloading and using the releases, you should either:

a. Extract the files into /opt/return-infinity

Or

b. Set the environment variable PURE64_RESOURCE_PATH to the location of share/pure64/resources in the release directory.

Version 0.8.0

Choose a tag to compare

@IanSeyler IanSeyler released this 17 Nov 23:17
9ffeb8c

This version defaults to using a video mode (Currently 1024x768x24)

Version 0.7.0

Choose a tag to compare

@IanSeyler IanSeyler released this 03 Dec 00:40

Multiboot compatibility
Various cleanup / fixes