bootLogo VS bootstrap-os

Compare bootLogo vs bootstrap-os and see what are their differences.

bootLogo

Logo language in 508 bytes (x86 boot sector) (by nanochess)

bootstrap-os

A bootable x86 assembler and simple text editor that lets you run the code you type in so you can bootstrap anything (by fsmv)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bootLogo bootstrap-os
1 1
167 28
- -
7.5 6.0
about 1 month ago 6 months ago
Assembly Assembly
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

bootLogo

Posts with mentions or reviews of bootLogo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-19.

bootstrap-os

Posts with mentions or reviews of bootstrap-os. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-19.
  • BootLogo: Logo language in 508 bytes of x86 machine code
    2 projects | news.ycombinator.com | 19 Mar 2024
    Hello friend. I'm on a crusade to make people's bootsector code work on real hardware.

    You're missing several reserved memory areas and state bits to reset. Check out my bootsector I have lots of comments on what things are needed https://github.com/fsmv/bootstrap-os/blob/master/bootloader/...

    You can probably drop the extra sector loading code and error printing and only use the header and footer.