Releases: bemxio/bad-apple-bootloader
v2.1.1 - Optimizations and bug fixes
What's Changed
- never gonna do this again, optimizing by @cloudcloudskies in #3
New Contributors
- @cloudcloudskies made their first contribution in #3
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
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
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
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
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!
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.