Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 12 Assembly Bootloader Projects
-
Project mention: Pi number calculator in 146 bytes of 8088 machine code | news.ycombinator.com | 2022-12-11
The author has other interesting bootable games, like:
- https://github.com/nanochess/Invaders (Invaders)
- https://github.com/nanochess/bricks (bricks and paddle)
- https://github.com/nanochess/bootRogue (Rogue)
If you like learning assembly language/OSDev, his repos are a must to be bookmarked.
-
Cyjon
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
Project mention: I Want To Write An 64 bit OS In x86-64 Pure Assembly. Are there any tutorials? | reddit.com/r/osdev | 2022-06-01 -
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
-
-
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...
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
-
-
drawlogo86
A small program which lives in boot sector of your storage and shows a small image when you boot it
Assembly Bootloader related posts
- A piece of advice
- Pi number calculator in 146 bytes of 8088 machine code
- An HelloWorld x86-Bootloader
- Someone could run this for me?
- Cyjon v0.1407
- Show HN: Mandelbrot Set in a Bootloader
- Just got my bootloader and real mode kernel working on 80s hardware!
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 May 2023
Index
What are some of the best open-source Bootloader projects in Assembly? This list will help you:
Project | Stars | |
---|---|---|
1 | Invaders | 494 |
2 | Cyjon | 371 |
3 | Pillman | 313 |
4 | sboot_stm32 | 276 |
5 | BootProg | 79 |
6 | bfloader | 48 |
7 | optromloader | 40 |
8 | x86-bootloader | 18 |
9 | mandelbrot | 15 |
10 | x86-bootloader | 5 |
11 | BTAG | 1 |
12 | drawlogo86 | 1 |