x86-bootloader
optromloader
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
x86-bootloader | optromloader | |
---|---|---|
1 | 8 | |
20 | 43 | |
- | - | |
0.0 | 0.0 | |
11 months ago | about 2 years ago | |
Assembly | Assembly | |
GNU General Public License v3.0 only | MIT License |
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.
x86-bootloader
We haven't tracked posts mentioning x86-bootloader yet.
Tracking mentions began in Dec 2020.
optromloader
-
Understanding the x86's Decimal Adjust after Addition (DAA) instruction
I have used DAA recently, in my "load option ROM in RAM floppy tool"[0]. Specifically, I use it for printing numbers as hexadecimal[1], as unfortunately the ASCII standard is not arranged in a way as to facilitate this.
0. https://github.com/rvalles/optromloader/
1. https://github.com/rvalles/optromloader/blob/master/optromlo...
What are some alternatives?
FutureDOS - A futuristic DOS
sjasmplus - Command-line cross-compiler of assembly language for Z80 CPU.
Cyjon - A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
Invaders - Invaders game in 512 bytes (boot sector)
Zero - 64 bit bootloader for Cyjon operating system.
x86-bootloader - 💻 A very simple x86 bootloader
BTAG - The Better Than Awful GRUB bootloader
crypticos - Obscure 256 Byte OS
floppybird - Floppy Bird (OS)
IBM-PC-BIOS - This is a reconstruction of the original 1981-82 IBM PC BIOS source code using scanning and transcription of the BIOS listings found in the IBM Technical Reference manuals.
x86-kernel - A hobby kernel developed from scratch using i8086 assembly