Skip to content

Releases: bemxio/bad-apple-bootloader

v2.1.1 - Optimizations and bug fixes

20 May 12:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

All of the instructions on how to run it are in the README!
Tested with QEMU, compiled using NASM on Arch Linux.

v2.1.0 - CHS addressing for better compatibility

13 Dec 22:41
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.1.0

All of the instructions on how to run it are in the README!
Tested with QEMU, compiled using NASM on Arch Linux (64-bit).

v2.0.0 - Using PIT for timing now

07 Aug 11:02
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v2.0.0

All of the instructions on how to run it are in the README!
Tested with QEMU, compiled using NASM on Arch Linux (64-bit).

v1.2.0 - A better and more precise delaying

24 Jul 23:35
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

All of the instructions on how to run it are in the README!
Tested with QEMU, compiled using NASM on Arch Linux (64-bit).

In case the speed is still too slow or too fast, the only option left is to experiment with the DELAY_TIME variable inside src/print.asm.

v1.1.0 - A more accurate speed

04 Mar 16:16
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

All of the instructions on how to run it are in the README!
Tested with QEMU, compiled using NASM within WSL.

In case the speed is still too slow or too fast, the only option left is to experiment with the PRINT_REPETITION variable inside src/print.asm.

v1.0.0 - The first public release!

23 Feb 22:34
Compare
Choose a tag to compare

Full Changelog: https://github.com/bemxio/bad-apple-bootloader/commits/v1.0.0

All of the instructions on how to run it are in the README!
Tested with QEMU, compiled using NASM within WSL.