Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Top 5 Assembly Bio Projects
-
GLaBIOS
A modern, scratch-built, open-source (GPLv3) alternative ROM BIOS for PC, XT, 8088 Clone or Turbo PCs.
Project mention: MartyPC is a cycle accurate PC XT Emulator and the first to run 5150 Demo | /r/emulation | 2023-07-02Just wanted to point out that you don't need to hunt down any ROMs to run Area 5150, if you use the current release (0.1.2) it will run out of the box using an open-source ROM called GLaBIOS . The distribution includes Area 5150 (with permission), just start MartyPC, select the floppy and enjoy.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: Understanding the x86's Decimal Adjust after Addition (DAA) instruction | news.ycombinator.com | 2023-01-30
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...
-
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.
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
Assembly Bios related posts
- MartyPC is a cycle accurate PC XT Emulator and the first to run 5150 Demo
- A piece of advice
- 80286 ROM BIOS - open-source code base?
- Optromloader: 8086 floppy-loading of option ROMs
- Optromloader: IBM PC/Clone 8086 floppy-loading of option ROMs
- rvalles/optromloader: IBM PC/Clone 8086+ floppy-loading of option roms.
- rvalles/optromloader: IBM PC/Clone 8086+ floppy-loading of option roms.
-
A note from our sponsor - Mergify
blog.mergify.com | 27 Sep 2023
Index
What are some of the best open-source Bio projects in Assembly? This list will help you:
Project | Stars | |
---|---|---|
1 | GLaBIOS | 149 |
2 | BootProg | 85 |
3 | optromloader | 42 |
4 | IBM-PC-BIOS | 28 |
5 | x86-bootloader | 19 |