https://github.com/farlepet/rlboot
x86 bootloader targeting floppy disks
https://github.com/farlepet/rlboot
bootloader floppy-disks rust x86
Last synced: 3 months ago
JSON representation
x86 bootloader targeting floppy disks
- Host: GitHub
- URL: https://github.com/farlepet/rlboot
- Owner: farlepet
- License: mit
- Created: 2024-02-19T02:56:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T02:32:30.000Z (about 1 year ago)
- Last Synced: 2024-04-16T01:10:17.276Z (about 1 year ago)
- Topics: bootloader, floppy-disks, rust, x86
- Language: Rust
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RLBoot
======NOTE: Currently, this is not in a functional state. There is some
hard-to-diagnose bug causing the instruction pointer to go to incorrect locations,
likely related to when we go to real mode to call BIOS interrupts.RLBoot is meant to be a rewrite of [LBoot](https://github.com/farlepet/lboot)
in Rust. Mainly as a means to get some more hands-on experience with Rust, but
hopefully also add in some addition features that weren't implemented in LBoot.It's kinda jank. Maybe it'll improve, maybe it won't.
NOTE: Currently, this requires building with a nightly Rust release.