539kernel VS x86-bootloader

Compare 539kernel vs x86-bootloader and see what are their differences.

539kernel

539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com> (by MaaSTaaR)

x86-bootloader

A BIOS bootloader for bare-metal x86 programs, written in 8086 assembly (by Joshua-Riek)
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
539kernel x86-bootloader
1 1
196 24
- -
0.0 0.0
6 months ago over 1 year ago
Assembly Assembly
- GNU General Public License v3.0 only
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.

539kernel

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

x86-bootloader

Posts with mentions or reviews of x86-bootloader. We have used some of these posts to build our list of alternatives and similar projects.
  • Just got my bootloader and real mode kernel working on 80s hardware!
    1 project | /r/osdev | 14 Jan 2021
    I recently got my hands on a IBM PC Convertible (model 5140), rocking an Intel 8088 CPU and 256KB of RAM! I had to get my bootloader and kernel running on this thing, and after a few weeks of fixing up bugs its finally working!!! For those interested on the source code: FAT12/16 Bootloader (github.com) SuccOS: A hobby Operating System (github.com)